Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
adjust quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelharms committed Jul 26, 2020
1 parent a5f3db0 commit 1c9131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comcrawl/utils/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def download_single_result(result: Result) -> Result:
data: str = raw_data.decode("utf-8")
except UnicodeDecodeError:
print(f"Warning: Could not extract file downloaded from {url}")
data = ''
data = ""

result["html"] = ""

Expand Down

0 comments on commit 1c9131d

Please sign in to comment.