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 15, 2017
1 parent 21071d9 commit 004faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -36,7 +36,7 @@ def scrape_table(root):
#for count in counts:
row = root.cssselect('div.CountsContainer tr')[count]
print rows
if rows:
'''if rows:
id = 0
#rowstotal = len(rows)
#rowsrange = range(0,rowstotal+1)
Expand Down

0 comments on commit 004faf8

Please sign in to comment.