From afb762fc7439eaffdbe5d6d815018f8f4b6529cf Mon Sep 17 00:00:00 2001 From: Hedi Chahed Date: Thu, 5 Nov 2015 13:33:50 +0100 Subject: [PATCH] Update scraper.py --- scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index ad7a0dc..eb8e20d 100644 --- a/scraper.py +++ b/scraper.py @@ -139,7 +139,7 @@ def scrap_live(url): Contract_Type =BeautifulSoup(Table(htmltext,0)).text Procurement_Process =suittext(BeautifulSoup(Table(htmltext,1)).text) Estimated_Value_TEXT_DESCRIPTION =suittext(BeautifulSoup(Table(htmltext,2)).text) - Category =suittext(BeautifulSoup(Table(htmltext,3))) + Category =BeautifulSoup(Table(htmltext,3)) CPV_codes =suittext(BeautifulSoup(Table(htmltext,4)).text).strip(', ') Suitable_for_SME =suittext(BeautifulSoup(Table(htmltext,5)).text)