瀏覽代碼

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) +\


Loading…
取消
儲存