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 283fa00 commit 4e584f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -96,7 +96,7 @@ def scrape_table(root):

def Add_Case_No():
for i in range(1,744):
next_link += i
next_link= next_link + i
return next_link

def scrape_and_look_for_next_link(url):
Expand Down

0 comments on commit 4e584f1

Please sign in to comment.