소스 검색

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'})


불러오는 중...
취소
저장