Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bensoltoff committed Mar 11, 2014
1 parent 3e13f6a commit e5b0b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -56,7 +56,7 @@ def scrape_episode(url, episode, air_date):

#a shitty unique id but it should do
clue_attribs['uid'] = str(episode)+clue_attribs['category']+str(clue_attribs['dollar_value'])
scraperwiki.sql.save(unique_keys=['uid'], data=data)
scraperwiki.sql.save(unique_keys=['uid'], data=clue_attribs)



Expand Down

0 comments on commit e5b0b1f

Please sign in to comment.