Skip to content

Commit

Permalink
stop collecting raw data
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Feb 22, 2017
1 parent 95eb4de commit 0bba6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
council_id = 'E08000031'


stations_scraper = ArcGisScraper(stations_url, council_id, 'utf-8', 'stations', store_raw_data=True)
stations_scraper = ArcGisScraper(stations_url, council_id, 'utf-8', 'stations')
stations_scraper.scrape()
districts_scraper = ArcGisScraper(districts_url, council_id, 'utf-8', 'districts')
districts_scraper.scrape()

0 comments on commit 0bba6bd

Please sign in to comment.