Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrobenito committed Aug 21, 2016
1 parent e88c7fd commit 6aa5237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -14,7 +14,8 @@
'title' : linkText.text_content(),
'url' : linkText.get('href')
}
scraperwiki.save_sqlite(unique_keys=['url'], data=data)
scraperwiki.sqlite.save(unique_keys=['url'], data=data)
# scraperwiki.save_sqlite(unique_keys=['url'], data=data)
print data
#
# # Write out to the sqlite database using scraperwiki library
Expand Down

0 comments on commit 6aa5237

Please sign in to comment.