Parcourir la source

Remove print statement from the wrong place.

import/raw
duncan.parkes il y a 17 ans
Parent
révision
a7cc451f7e
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      trunk/cgi-bin/PlanningUtils.py
  2. +1
    -1
      trunk/python_scrapers/PlanningUtils.py

+ 1
- 1
trunk/cgi-bin/PlanningUtils.py Voir le fichier

@@ -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
trunk/python_scrapers/PlanningUtils.py Voir le fichier

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


Chargement…
Annuler
Enregistrer