Browse Source

Fix site URL

master
Adrian Short 4 years ago
parent
commit
e0b63f5b72
Signed by untrusted user: adrian GPG Key ID: 4B54F9AE91AB06BB
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scraper.rb

+ 1
- 1
scraper.rb View File

@@ -10,7 +10,7 @@ require 'securerandom'

# Northgate Planning Explorer

SITE_URL = 'http://planning.merton.gov.uk'
SITE_URL = 'https://planning.merton.gov.uk'
BASE_URL = SITE_URL + '/Northgate/PlanningExplorerAA/Generic/'

def crawl_delay


Loading…
Cancel
Save