Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclaircooper committed Apr 24, 2014
1 parent 7b72364 commit 49e6741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
span.clear()
if span_text != "":
info = p.get_text().strip()
info_decoded = info.decode('utf-8')
info_decoded = info.decode('utf8')

#print span_text
#print p.get_text().strip()
Expand Down

0 comments on commit 49e6741

Please sign in to comment.