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 33870ba commit bf6ee9f
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, table_name="ages")



Expand Down

0 comments on commit bf6ee9f

Please sign in to comment.