Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update scraper.py
  • Loading branch information
zecoyote007 committed Apr 24, 2015
1 parent 1f29584 commit 3c23fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -14,7 +14,7 @@

def get_url(url):
req = urllib2.Request(url, None, header)
response = urllib2.urlopen(req)geo
response = urllib2.urlopen(req)
root = pq(response.read().decode('utf-8'))
return root

Expand Down

0 comments on commit 3c23fa1

Please sign in to comment.