Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
meandu229 committed May 17, 2016
1 parent 80f79fe commit ea45976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -12,7 +12,7 @@
frame = root.cssselect("div.entry-content")[0]
url = frame.cssselect('img')[0].get('src')
print url
ret = scraperwiki.sql.select("* from data where 'url'='"+url+'")
ret = scraperwiki.sql.select("* from data where 'url'='"+url+"'")
print str(ret.len)
#
# # Write out to the sqlite database using scraperwiki library
Expand Down

0 comments on commit ea45976

Please sign in to comment.