From 1f2cd7a2817c54750c39d32e8f8b605ff7fb29b1 Mon Sep 17 00:00:00 2001 From: Hedi Chahed Date: Tue, 24 Nov 2015 13:16:17 +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 f47baac..aaa5689 100644 --- a/scraper.py +++ b/scraper.py @@ -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