Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinrozzi committed Feb 5, 2018
1 parent a722d20 commit 6ca584c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -15,4 +15,4 @@
firecalls = tree.xpath('//div//p/text()')

## Write out to the sqlite database using scraperwiki library
scraperwiki.datastore.save(["firecalls"])
scraperwiki.sqlite.save_var('firecalls')

0 comments on commit 6ca584c

Please sign in to comment.