From 2b10c33c52c59c704e3735e1cafb6a407bc7fa48 Mon Sep 17 00:00:00 2001 From: Lucia Walinchus Date: Wed, 14 Jun 2017 14:46:05 -0500 Subject: [PATCH] Create scraper.py --- scraper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scraper.py b/scraper.py index 6778658..1710445 100644 --- a/scraper.py +++ b/scraper.py @@ -45,8 +45,8 @@ def scrape_table(root): #record['ID'] = idno print record, '------------' # Save the record to the datastore - 'ID' is our unique key - ''' - print 'ALL DATA:', record - scraperwiki.sqlite.save(['Date Filed and Judge'], record) + print 'ALL DATA:', record + scraperwiki.sqlite.save(['Date Filed and Judge'], record)