Procházet zdrojové kódy

Temporary tweak

master
Adrian Short před 5 roky
rodič
revize
18613b7b99
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      scraper.rb

+ 2
- 1
scraper.rb Zobrazit soubor

@@ -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}"


Načítá se…
Zrušit
Uložit