Skip to content

Commit

Permalink
debugged scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Desiree Abbott committed Mar 3, 2019
1 parent c0af7fa commit de678e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -24,7 +24,7 @@
nat20s = tree.xpath('//td[1]/ol//span/text()')
nat1s = tree.xpath('//td[2]/ol//span/text()')

nat20s[0] = nat20s[0]+nat20s[1]
nat20s[0] += nat20s[1]
del nat20s[1]

tbl = []
Expand Down
Binary file modified scraperwiki.sqlite-journal
Binary file not shown.

0 comments on commit de678e3

Please sign in to comment.