From b007087aa3a3d770ccd8cb45c728a9fa1a6e0b8c Mon Sep 17 00:00:00 2001 From: Lucia Walinchus Date: Tue, 13 Jun 2017 15:00:31 -0500 Subject: [PATCH] Create scraper.py --- scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index 6a5bef5..b746e42 100644 --- a/scraper.py +++ b/scraper.py @@ -44,7 +44,7 @@ def scrape_table(root): #record['ID'] = idno print record, '------------' # Save the record to the datastore - 'ID' is our unique key - - scraperwiki.sqlite.save([Date Filed and Judge], record) + scraperwiki.sqlite.save(['Date Filed and Judge'], record)