ソースを参照

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

master
duncan.parkes 16年前
コミット
c83322f61b
2個のファイルの変更3行の追加1行の削除
  1. +2
    -0
      python_scrapers/AcolnetParser.py
  2. +1
    -1
      python_scrapers/SitesToGenerate.csv

+ 2
- 0
python_scrapers/AcolnetParser.py ファイルの表示

@@ -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 ファイルの表示

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

読み込み中…
キャンセル
保存