소스 검색

Quote the & for Harlow comment url.

master
duncan.parkes 16 년 전
부모
커밋
ba9efd3cad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      python_scrapers/AcolnetParser.py

+ 1
- 1
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


불러오는 중...
취소
저장