Skip to content

Commit

Permalink
Add logging of number of cycles to process
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonje committed Jul 19, 2017
1 parent e52b87f commit 7bbab63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def save(self, results):
"""
Save results of scrape to related database tables.
"""
self.log('Processing %s election cycles.' % len(results))
# For each year page
for url, d in results.items():
# For each election on that page
Expand Down

0 comments on commit 7bbab63

Please sign in to comment.