ソースを参照

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


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