From 38f9c7f94cbc3a4d8b7b6c370be57b316fe685c4 Mon Sep 17 00:00:00 2001 From: Hedi Chahed Date: Wed, 4 Nov 2015 22:58:14 +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 124995e..9ccb3b2 100644 --- a/scraper.py +++ b/scraper.py @@ -341,7 +341,7 @@ def extract_data(url,Id): if el=="live": Id=Id+1 scrap_live(j,Id) - print(Id+" live "+j) + print(str(Id)+" live "+j) else : if el=="recurring": Id=Id+1