소스 검색

Remove print statement from the wrong place.

master
duncan.parkes 17 년 전
부모
커밋
42d1dd7e06
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      cgi-bin/PlanningUtils.py
  2. +1
    -1
      python_scrapers/PlanningUtils.py

+ 1
- 1
cgi-bin/PlanningUtils.py 파일 보기

@@ -90,7 +90,7 @@ class PlanningApplication:
return self.displayXML()
def displayXML(self):
print self.council_reference, self.address, self.postcode, self.description, self.info_url, self.comment_url, self.date_received
#print self.council_reference, self.address, self.postcode, self.description, self.info_url, self.comment_url, self.date_received
return "<application>\n" +\
"<council_reference>%s</council_reference>\n" %xmlQuote(self.council_reference) +\
"<address>%s</address>\n" %xmlQuote(self.address) +\


+ 1
- 1
python_scrapers/PlanningUtils.py 파일 보기

@@ -90,7 +90,7 @@ class PlanningApplication:
return self.displayXML()
def displayXML(self):
print self.council_reference, self.address, self.postcode, self.description, self.info_url, self.comment_url, self.date_received
#print self.council_reference, self.address, self.postcode, self.description, self.info_url, self.comment_url, self.date_received
return "<application>\n" +\
"<council_reference>%s</council_reference>\n" %xmlQuote(self.council_reference) +\
"<address>%s</address>\n" %xmlQuote(self.address) +\


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