Avec du XML valide, ca marche mieux.

darcs-hash:20051111181524-d1718-72ab1b3132d05e7e95a536161fafcafc59f20d5d.gz
This commit is contained in:
bernat 2005-11-11 19:15:24 +01:00
parent fb09ea40a0
commit 83380da0ed

View file

@ -55,7 +55,7 @@ for b in bornes:
except KeyError:
pass
try:
print ' <uptime>%s</clients>' % uptimes[nom]
print ' <uptime>%s</uptime>' % uptimes[nom]
except KeyError:
pass
position = filter(lambda x: x.startswith("<position>"), b.info())