Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walinchus committed Aug 2, 2017
1 parent 8b3a0e1 commit 44d5795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -43,8 +43,8 @@ def GetOklahomaStateCases():
record = {}
#print 'http://www.oscn.net/dockets/GetCaseInformation.aspx?db=%s&number=%s-%s-%s' % (county, severity, year, CaseEndingNumber)
record['case'] ='http://www.oscn.net/dockets/GetCaseInformation.aspx?db=%s&number=%s-%s-%s' % (county, severity, year, CaseEndingNumber)
print 'ALL DATA:', record
scraperwiki.sqlite.save(unique_keys=['case'], data=record)
print 'Case URL:', record
scraperwiki.sqlite.save(unique_keys=['case'], data=record)

CaseEndingNumbers()
ListOfCaseEndingNumbers = list(CaseEndingNumbers())
Expand Down

0 comments on commit 44d5795

Please sign in to comment.