Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chahed committed Nov 5, 2015
1 parent 477b615 commit afb762f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -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)
Expand Down

0 comments on commit afb762f

Please sign in to comment.