Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed scraperwiki dep
  • Loading branch information
vellaking committed Jun 17, 2016
1 parent ed5d1e6 commit f21d1a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -8,3 +8,4 @@
lxml==3.4.4
cssselect==0.9.1
beautifulsoup4==4.4.1
scraperwiki==0.5.1
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -164,4 +164,4 @@ def clean(s):
member['contact_details']=contact_details
members.append(member)
print(json.dumps(member,indent=4,sort_keys=True))
scraperwiki.sqlite.save(unique_keys=['name'], data=members)
scraperwiki.sqlite.save(unique_keys=['name'], data=members, table_name='data.sqlite')

0 comments on commit f21d1a5

Please sign in to comment.