瀏覽代碼

Untweak

master
Adrian Short 5 年之前
父節點
當前提交
2c229a0df1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      scraper.rb

+ 0
- 1
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'})


Loading…
取消
儲存