Skip to content

Commit

Permalink
scraperwiki.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 5, 2015
1 parent 689bdd0 commit 5478d3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -41,4 +41,5 @@ def download_page(url):
'pledges': int(pledges.split()[0])}
print data

scraperwiki.sqlite.save()
import scraperwiki
scraperwiki.sqlite.save(data=data)

0 comments on commit 5478d3c

Please sign in to comment.