Avec du XML valide, ca marche mieux.
darcs-hash:20051111181524-d1718-72ab1b3132d05e7e95a536161fafcafc59f20d5d.gz
This commit is contained in:
parent
fb09ea40a0
commit
83380da0ed
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue