瀏覽代碼

Temporary tweak

master
Adrian Short 5 年之前
父節點
當前提交
18613b7b99
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      scraper.rb

+ 2
- 1
scraper.rb 查看文件

@@ -1,7 +1,8 @@
require 'uk_planning_scraper'
require 'scraperwiki'

auths = UKPlanningScraper::Authority.all
# auths = UKPlanningScraper::Authority.all
auths = [ UKPlanningScraper::Authority.named('Sutton') ]

auths.each_with_index do |auth, i|
puts "#{i + 1} of #{auths.size}: #{auth.name}"


Loading…
取消
儲存