Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yngveny committed Sep 25, 2017
1 parent 3237834 commit badc402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -25,7 +25,7 @@ def scrape_dof(url):
#record['URL'] = url
record['Title'] = title
record['Reference'] = ref
record['Company'] = company
#record['Company'] = company

print record, '------------'
# Finally, save the record to the datastore - 'Name' is our unique key
Expand Down

0 comments on commit badc402

Please sign in to comment.