From 2c229a0df1c8f3562954d2a400b8f6dc02f8b29b Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Tue, 2 Oct 2018 16:04:15 +0100 Subject: [PATCH] Untweak --- scraper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/scraper.rb b/scraper.rb index 3501996..833a29a 100644 --- a/scraper.rb +++ b/scraper.rb @@ -4,7 +4,6 @@ require 'scraperwiki' auths = UKPlanningScraper::Authority.all auths.each_with_index do |auth, i| - next if auth.name == 'Islington' # Temporarily down, causing scraper to hang puts "#{i + 1} of #{auths.size}: #{auth.name}" begin apps = auth.scrape({ validated_days: ENV['MORPH_DAYS'].to_i, keywords: 'inlink'})