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 633e052 commit e3536f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -31,7 +31,7 @@
if "years" in div:
print div
record['age'] = div
scraperwiki.sqlite.save(unique_keys=['age'], data=record, table_name = "ages")
scraperwiki.sqlite.save(unique_keys=['age'], data=record)



Expand Down

0 comments on commit e3536f0

Please sign in to comment.