Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
markbrough committed May 27, 2014
1 parent 6763aa7 commit 482ffcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -59,7 +59,7 @@ def fixdata(data):
base64_query = query.encode("base64")
print base64_query

decqueryurl = DEC_URL % (base64_query.strip())
decqueryurl = (DEC_URL % (base64_query.strip()))
print decqueryurl.strip()
decreq = urllib2.Request(decqueryurl)
decwebfile = urllib2.urlopen(decreq)
Expand Down

0 comments on commit 482ffcf

Please sign in to comment.