Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LeifGreiss committed Dec 1, 2017
1 parent 928d6aa commit ad56cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -15,5 +15,5 @@
try:
scraperwiki.sqlite.save(["td"], record)
except:
record = {"td" : "NO ENTRY"}
record = {"td" : "NO ENTRY" }
scraperwiki.sqlite.save(["td"], record)

0 comments on commit ad56cdf

Please sign in to comment.