Explorar el Código

Temporary tweak

master
Adrian Short hace 5 años
padre
commit
18613b7b99
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      scraper.rb

+ 2
- 1
scraper.rb Ver fichero

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


Cargando…
Cancelar
Guardar