Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
pass an extension so we can sync raw file to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 1, 2017
1 parent ec70c1d commit c502980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -6,7 +6,7 @@
council_id = 'E07000170'


stations_scraper = HashOnlyScraper(stations_url, council_id, 'stations')
stations_scraper = HashOnlyScraper(stations_url, council_id, 'stations', 'xlsx')
stations_scraper.scrape()
districts_scraper = HashOnlyScraper(districts_url, council_id, 'districts')
districts_scraper = HashOnlyScraper(districts_url, council_id, 'districts', 'zip')
districts_scraper.scrape()

0 comments on commit c502980

Please sign in to comment.