Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbradshaw committed Apr 5, 2017
1 parent 01a3ed2 commit a7b05b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -70,7 +70,7 @@
print "---", record
if sheet.row_values(rownumber)[3] != '':
sheetnumstr = str(sheetnum)
scraperwiki.sqlite.save(['Name'], record, table_name="HELLO") #, table_name=sheetnum
scraperwiki.sqlite.save(['Name'], record, table_name=str(sheetnum)) #, table_name=sheetnum
#some cells don't have a number, but a dash
#they generate the error: (exceptions.ValueError) could not convert string to float
#else:
Expand Down

0 comments on commit a7b05b3

Please sign in to comment.