Navigation Menu

Skip to content

Commit

Permalink
Update download.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smudgeren committed Jan 15, 2019
1 parent 98e3b45 commit 7fd8717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.py
Expand Up @@ -84,7 +84,7 @@ def shorten_title(title):
if results.overwrite and os.path.exists(output_directory):
shutil.rmtree(output_directory)

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

Expand Down

0 comments on commit 7fd8717

Please sign in to comment.