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 3, 2015
1 parent 2398328 commit 24c93c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scraper.py
Expand Up @@ -195,7 +195,8 @@ def scrap_awarded(url):
Awarded_to=BeautifulSoup(Awarded_to).text
Awarded_to=suittext(Awarded_to)


print ("Description="+Description)



data={"ID":unicode(ID), \
Expand Down Expand Up @@ -277,7 +278,7 @@ def scrap_recurring(url):


def extract_data(url):
l = ["live","awarded","recurring"]
l = ["awarded","recurring"]
for el in l:
urltry=url
if el =="awarded":
Expand Down

0 comments on commit 24c93c1

Please sign in to comment.