Skip to content

Commit

Permalink
Create scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Jun 14, 2017
1 parent 528c95f commit 3ace3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -108,7 +108,7 @@ def scrape_table(root):
return next_link
print next_link'''

next_link = 0
global next_link = 0
def scrape_and_look_for_next_link(url):
for i in range(1,744):
html = scraperwiki.scrape(url)
Expand Down

0 comments on commit 3ace3af

Please sign in to comment.