Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiblix100 committed May 9, 2017
1 parent 5bf2c15 commit 88f4ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -34,7 +34,7 @@
for td in tds:
record = { "td" : td.text } # column name and value
try:
scraperwiki.sqlite.save(["td"], record) # save the records one by one
scraperwiki.sqlite.save(["td"], record) # save the records one by one
except:
record = {"td": "NO ENTRY"}
scraperwiki.sqlite.save(["td"], record)
Expand Down

0 comments on commit 88f4ec5

Please sign in to comment.