Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
schlos committed Dec 5, 2016
1 parent cce9bd9 commit fe810e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -8,7 +8,7 @@
reader = csv.DictReader(data)

for row in reader:
scraperwiki.sqlite.save(unique_keys=[""], data=row)
scraperwiki.sqlite.save(unique_keys, data=row)

#record['Name'] = record['Name'].decode("cp1252")
#print "%s, %s last updated on %s" % (row[2], row[3], row[16])
Expand Down

0 comments on commit fe810e2

Please sign in to comment.