Skip to content

Commit

Permalink
removed print code
Browse files Browse the repository at this point in the history
  • Loading branch information
erinclark authored and erinclark committed Dec 1, 2015
1 parent ca63cea commit 2155d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def convert_mth_strings ( mth_string ):
while year <= this_year:

url = "https://www.gov.uk/government/publications/companies-house-purchase-ledger-spend-" + str(year)
print url
year = year + 1

html = urllib2.urlopen(url)
Expand Down

0 comments on commit 2155d55

Please sign in to comment.