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 25, 2018
1 parent 5d1177e commit 633e052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -29,7 +29,7 @@
for td in tds:
div = td.text_content().encode('ascii','ignore')
if "years" in div:
print "YIPPEE"
print div
record['age'] = div
scraperwiki.sqlite.save(unique_keys=['age'], data=record, table_name = "ages")

Expand Down

0 comments on commit 633e052

Please sign in to comment.