Skip to content

Commit

Permalink
Updating saving table
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Davies committed Apr 16, 2017
1 parent 4ce0b53 commit 0d0c770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -45,4 +45,4 @@
del(row[''])
except Exception:
pass
scraperwiki.sqlite.save(unique_keys=['hash'],data=row,tablename='data')
scraperwiki.sqlite.save(unique_keys=['hash'],data=row,table_name='data')

0 comments on commit 0d0c770

Please sign in to comment.