Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nictait committed Aug 3, 2014
1 parent 8d2016e commit e51f695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -87,7 +87,7 @@
#print cell.text_content()
cellnum = cellnum + 1
colnum = colnum + 1
print str(cellnum % 6)
#print str(cellnum % 6)
#print str(cellnum) + " " + cell.text_content()

#scraperwiki.sqlite.save(unique_keys=['recno'],data={"recno":cellnum,"country":"","new":""})
Expand Down

0 comments on commit e51f695

Please sign in to comment.