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 963eb6c commit 194e68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -29,7 +29,7 @@ def scrape_table(root):
#record['ID'] = idno
print record, '------------'
counts = root.cssselect("div.CountsContainer td")
print counts.text_content
print counts.text_content()
'''countstotal = len(counts)
print "total number of counts:", countstotal
#countsrange = range(0, countstotal+1)
Expand Down

0 comments on commit 194e68b

Please sign in to comment.