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 48b393f commit bfe5069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -96,7 +96,8 @@ def scrape_table(root):

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

Expand Down

0 comments on commit bfe5069

Please sign in to comment.