diff --git a/download.py b/download.py index a741d04..b60d07c 100644 --- a/download.py +++ b/download.py @@ -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',encoding='utf8) as readme: + with open('README.md',encoding='utf8') as readme: readme_html = mistune.markdown(readme.read()) readme_soup = BeautifulSoup.BeautifulSoup(readme_html, "html.parser")