This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
uk_planning_scraper
mirror of
https://github.com/adrianshort/uk_planning_scraper.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
16
Wiki
Activity
Browse Source
Bugfix for councils that don't have this column
tags/v0.4.5
Adrian Short
6 years ago
parent
0a6736b9ee
commit
5e166c3d34
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/uk_planning_scraper/northgate.rb
+ 1
- 1
lib/uk_planning_scraper/northgate.rb
View File
@@ -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
Write
Preview
Loading…
Cancel
Save