Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
eraviart committed May 12, 2017
1 parent 6658fc9 commit 9ba3bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlstats/fetchers/imf.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ def weo_urls(self):

for link in links:
webpage = requests.get(link)
webpage_text = webpage.text:
webpage_text = webpage.text
if 'Page Not Found' in webpage_text:
continue
html = etree.HTML(webpage_text)
Expand Down Expand Up @@ -1095,7 +1095,7 @@ def weo_urls(self):

for link in links:
webpage = requests.get(link)
webpage_text = webpage.text:
webpage_text = webpage.text
if 'Page Not Found' in webpage_text:
continue
html = etree.HTML(webpage_text)
Expand Down

0 comments on commit 9ba3bec

Please sign in to comment.