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 4, 2015
1 parent e443342 commit 38f9c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -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
Expand Down

0 comments on commit 38f9c7f

Please sign in to comment.