Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclaircooper committed Apr 30, 2014
1 parent 1167bf7 commit 32ff944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -46,7 +46,7 @@

elif span_text == "Awarded value":
#print info
value = int(info_decoded.encode("utf8")replace(u",",u"").replace(u"£",""))
value = int(info_decoded.encode("utf8").replace(u",",u"").replace(u"£",""))
#print value

elif span_text == "Location where the contract is to be carried out:":
Expand Down

0 comments on commit 32ff944

Please sign in to comment.