Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGL committed Jan 26, 2018
1 parent 7ce69ba commit 8248ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -41,7 +41,7 @@
print name.text.encode('ascii', 'ignore')
print name.attrib['href']
record['ages'] = name.text.encode('ascii', 'ignore')
print record
print record



Expand Down

0 comments on commit 8248ace

Please sign in to comment.