Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dariaphoebe committed Jun 10, 2016
1 parent a9b8549 commit 0a0c763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -5,7 +5,7 @@
schoolcodes = ['308']
years = ["2010-2011","2009-2010"]
# http://www.endomondo.com/profile/354106
profile = '354106'
profile = '5501861'


import scraperwiki
Expand Down Expand Up @@ -46,4 +46,4 @@
data['state_avg_nb'] = tds[1].text_content()
#print lxml.etree.tostring(t)

print data
print data

0 comments on commit 0a0c763

Please sign in to comment.