From ba9efd3cad338f2e71c724df5474153c732403d1 Mon Sep 17 00:00:00 2001 From: "duncan.parkes" Date: Tue, 22 Apr 2008 14:01:16 +0000 Subject: [PATCH] Quote the & for Harlow comment url. --- python_scrapers/AcolnetParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_scrapers/AcolnetParser.py b/python_scrapers/AcolnetParser.py index ae5854c..9718d21 100644 --- a/python_scrapers/AcolnetParser.py +++ b/python_scrapers/AcolnetParser.py @@ -322,7 +322,7 @@ class HarlowParser(AcolnetParser): def _getCommentUrl(self, app_table): """This must be run after _getInfoUrl""" #http://www2.bridgnorth-dc.gov.uk/planning/acolnetcgi.gov?ACTION=UNWRAP&RIPNAME=Root.PgeCommentForm&TheSystemkey=46958 - return self._current_application.info_url.replace("PgeResultDetail", "PgeCommentNeighbourForm&hasreference=no") + return self._current_application.info_url.replace("PgeResultDetail", "PgeCommentNeighbourForm&hasreference=no") if __name__ == '__main__': day = 4