Skip to content

Commit 2dcb20c

Browse files
authored
Merge pull request floodsung#107 from smudgeren/master
Update download.py
2 parents 98e3b45 + 7fd8717 commit 2dcb20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def shorten_title(title):
8484
if results.overwrite and os.path.exists(output_directory):
8585
shutil.rmtree(output_directory)
8686

87-
with open('README.md') as readme:
87+
with open('README.md',encoding='utf8) as readme:
8888
readme_html = mistune.markdown(readme.read())
8989
readme_soup = BeautifulSoup.BeautifulSoup(readme_html, "html.parser")
9090

0 commit comments

Comments
 (0)