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 24, 2015
1 parent abec7f9 commit 1f2cd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -101,7 +101,7 @@ def Table(htmltext,id) :
return str(Table[id])

def Contact(htmltext):
Contact_Details= str(htmltext.find('div',{"class":"highlight_contact_bd"}).findNext('p').text)
Contact_Details=htmltext.find('div',{"class":"highlight_contact_bd"}).findNext('p').text

return Contact_Details

Expand Down

0 comments on commit 1f2cd7a

Please sign in to comment.