Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Jun 7, 2017
1 parent fb55725 commit 7b86411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -79,7 +79,7 @@ def scrapespreadsheet(XLS):
record['id'] = id
record['url'] = str(XLS)
print "---", record
scraperwiki.sqlite.save([keys[2], 'url'], record, table_name=sheetnum)
scraperwiki.sqlite.save([keys[2], 'url'], record, table_name=sheetname)


#define the URL we're going to scrape
Expand Down

0 comments on commit 7b86411

Please sign in to comment.