Skip to content

Commit

Permalink
Create scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Jun 14, 2017
1 parent 0d08db0 commit 2b10c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -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)



Expand Down

0 comments on commit 2b10c33

Please sign in to comment.