Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vlakos committed Aug 1, 2018
1 parent 9b63ccd commit 8b6af93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -19,6 +19,7 @@
for line in lines:
print line.text

record={} forlineinlines:
record = {}
for line in lines:
record["date"] = line.text
scraperwiki.sqlite.save(['date'], record)

0 comments on commit 8b6af93

Please sign in to comment.