Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
log message generating uicode error removed
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo committed Jan 6, 2017
1 parent 6a53479 commit 527f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -17,7 +17,7 @@

mep_id = int(mep_url.split('/')[3])

print(u"{0} => {1}".format(mep_name, mep_url))
print(u"Reading mep data from {0}".format(mep_url))
mep_html = scraperwiki.scrape(
"{0}{1}".format(euparl_url, mep_url)
)
Expand Down

0 comments on commit 527f042

Please sign in to comment.