Skip to content

Commit

Permalink
fixing unicode error
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneish committed Jan 30, 2018
1 parent 540d76c commit 13e9eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -15,7 +15,7 @@
isbn = link.split("/")[2]
pos += 1

print title
print unicode(title, errors='ignore')
#print author
#print link
print isbn
Expand Down

0 comments on commit 13e9eb3

Please sign in to comment.