diff --git a/scraper.rb b/scraper.rb index efcb527..99f5a62 100644 --- a/scraper.rb +++ b/scraper.rb @@ -9,7 +9,7 @@ auths.each_with_index do |auth, i| apps = auth.scrape({ decided_days: ENV['MORPH_DAYS'].to_i }) ScraperWiki.save_sqlite([:authority_name, :council_reference], apps) puts "#{auth.name}: #{apps.size} application(s) saved." - rescue UKPlanningScraper::SystemNotSupported => e + rescue StandardError => e puts e end end