Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsbertdalen committed Oct 28, 2018
1 parent 6cdf65e commit 4921bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -34,7 +34,7 @@
# -----------------------------------------------------------------------------

for td in tds:
record = { "td" : td.attrib['href'] } # column name and value
record = { "td" : td.tail } # column name and value
try:
scraperwiki.sqlite.save(["td"], record) # save the records one by one
except:
Expand Down

0 comments on commit 4921bf5

Please sign in to comment.