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 15, 2017
1 parent f368636 commit 6872946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -51,7 +51,7 @@ def scrape_table(root):
#print table_cells
record['Charges'] = table_cells[0].text_content()
record['Count Description:'] = table_cells[1].text_content()
#record['Outcome:'] = table_cells[3].text_content()
record['Outcome:'] = table_cells[3].text_content()
print record, '------------'
# Save the record to the datastore - 'ID' is our unique key - '''
print 'ALL DATA:', record
Expand Down

0 comments on commit 6872946

Please sign in to comment.