Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
adrianshort
/
uk_planning_scraper
kopie van
https://github.com/adrianshort/uk_planning_scraper.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
16
Wiki
Activiteit
Bladeren bron
Bugfix for councils that don't have this column
tags/v0.4.5
Adrian Short
6 jaren geleden
bovenliggende
0a6736b9ee
commit
5e166c3d34
1 gewijzigde bestanden
met
toevoegingen van 1
en
1 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
lib/uk_planning_scraper/northgate.rb
+ 1
- 1
lib/uk_planning_scraper/northgate.rb
Bestand weergeven
@@ -121,7 +121,7 @@ module UKPlanningScraper
app[:date_received] = nil
end
app[:decision] = cells[5].inner_text.strip
app[:decision] = cells[5].inner_text.strip
if cells[5] # Some councils don't have this column, eg Hackney
apps << app
end
end
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan