Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blablupcom committed Apr 3, 2016
1 parent f8945b8 commit a026b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -90,7 +90,7 @@ def convert_mth_strings ( mth_string ):
url = "http://www.gateshead.gov.uk/Council and Democracy/finance/500Expenditure.aspx"
errors = 0
data = []
header = {'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0',}
header = {'user-agent': 'Mozilla/5.0',}
proxy = {'http': 'http://5.10.112.93:80'}

#### READ HTML 1.2
Expand Down

0 comments on commit a026b00

Please sign in to comment.