Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blablupcom committed Dec 3, 2015
1 parent e13ff6c commit 68cbc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -86,7 +86,7 @@ def convert_mth_strings ( mth_string ):

entity_id = "E4603_DMBC_gov"
url = 'http://www.dudley.gov.uk/resident/your-council/local-transparency/council-expenditure-over-500'
proxy = urllib2.ProxyHandler({'http': '178.62.75.42:3128'})
proxy = urllib2.ProxyHandler({'http': '128.199.235.21:3128'})
opener = urllib2.build_opener(proxy)
urllib2.install_opener(opener)
errors = 0
Expand Down

0 comments on commit 68cbc33

Please sign in to comment.