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 884e36a commit 0d70897
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scraper.py
Expand Up @@ -14,11 +14,5 @@
## Select calls from page by XPath
firecalls = tree.xpath('//div//p/text()')

## Define Data
data = {
'firecalls': 'firecalls'
}
print data

## Write out to the sqlite database using scraperwiki library
scraperwiki.sqlite.save(unique_keys=['firecalls'], data={"firecalls"})

0 comments on commit 0d70897

Please sign in to comment.