Sfoglia il codice sorgente

Change the comments for Lewisham to use their email address, as per request.

master
duncan.parkes 16 anni fa
parent
commit
c83322f61b
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +2
    -0
      python_scrapers/AcolnetParser.py
  2. +1
    -1
      python_scrapers/SitesToGenerate.csv

+ 2
- 0
python_scrapers/AcolnetParser.py Vedi File

@@ -330,6 +330,8 @@ class CarlisleParser(AcolnetParser):

class LewishamParser(AcolnetParser):
comments_email_address = "planning@lewisham.com"

def _getCouncilReference(self, app_table):
return app_table.findAll("a")[1].string.strip()


+ 1
- 1
python_scrapers/SitesToGenerate.csv Vedi File

@@ -188,4 +188,4 @@
"Mid Suffolk District Council", "Mid Suffolk", "http://planning.midsuffolk.gov.uk/planning/acolnetcgi.gov?ACTION=UNWRAP&RIPNAME=Root.pgesearch", "AcolnetParser", "AcolnetParser"
"London Borough of Southwark", "Southwark", "http://planningonline.southwarksites.com/planningonline2/AcolNetCGI.exe?ACTION=UNWRAP&RIPNAME=Root.pgesearch", "AcolnetParser", "SouthwarkParser"
"Canterbury City Council", "Canterbury", "http://planning.canterbury.gov.uk/scripts/acolnetcgi.exe?ACTION=UNWRAP&RIPNAME=Root.pgesearch", "AcolnetParser", "CanterburyParser"
"London Borough of Merton", "Merton", "http://planning.merton.gov.uk/MVM/Online/PL/GeneralSearch.aspx", "PlanningExplorer", "MertonParser"
"London Borough of Merton", "Merton", "http://planning.merton.gov.uk/", "PlanningExplorer", "MertonParser"

Caricamento…
Annulla
Salva