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 14, 2017
1 parent ee2e8b6 commit c804199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -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)



Expand Down

0 comments on commit c804199

Please sign in to comment.