Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsniper committed May 17, 2017
1 parent 79365bb commit e2ff1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#
# # Write out to the sqlite database using scraperwiki library
scraperwiki.sqlite.save(unique_keys=['tck'], data={"tck": tck, "data": output.encode("utf8") })
scraperwiki.sqlite.save(unique_keys=['tck'], data={"tck": tck, "data": output })
#
# # An arbitrary query against the database
# scraperwiki.sql.select("* from data where 'name'='peter'")
Expand Down

0 comments on commit e2ff1f5

Please sign in to comment.