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 2bbcb05 commit 2837759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -34,7 +34,7 @@ def scrape_table(root):
#countsrange = range(0, countstotal+1)
#for count in countsrange:
for count in counts:
id + 1
id+=1
if counts:
record['Count'+str(id)] = count.text_content()
'''rows = count.cssselect('div.CountsContainer tr')
Expand Down

0 comments on commit 2837759

Please sign in to comment.