Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneish committed Nov 14, 2014
1 parent 13543f1 commit bf5d7c9
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 @@ -15,5 +15,5 @@
link = li.cssselect("a")[0].attrib('href')

# # Write out to the sqlite database using scraperwiki library
scraperwiki.sqlite.save(unique_keys=['title'], data={"title": title, "link", link})
scraperwiki.sqlite.save(unique_keys=['title'], data={"title": title, "link": link})

0 comments on commit bf5d7c9

Please sign in to comment.