line 186 in __init__.py is
request = urllib2.Request(req_url)
i think that it is supposed to be
request = urllib2.Request(url)
where url is defined in line 185
Log in to post a comment.