Skip to content

Commit

Permalink
Restoring full list after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
scrappycat committed Mar 19, 2017
1 parent c5f918e commit 1e48470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -107,4 +107,4 @@

# Save in the database
for index, row in sorted_winners.iterrows():
scraperwiki.sqlite.save(unique_keys=['Code', 'extraction_date'], data=row_dict)
scraperwiki.sqlite.save(unique_keys=['Code', 'extraction_date'], data=row.to_dict())

0 comments on commit 1e48470

Please sign in to comment.