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 271de9e commit 512bae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -66,7 +66,7 @@
#record['title'] = title[2]
id+=1
idstr = "TEST"+str(id)
record['id'] = id.encode('utf-8')
record['id'] = str(id).encode('utf-8')
print "---", record
#if sheet.row_values(rownumber)[3] != '':
sheetnumstr = str(sheetnum)
Expand Down

0 comments on commit 512bae2

Please sign in to comment.