c'est mieux comme ca
darcs-hash:20041029103536-4ec08-cae9eba16c3bfd631c4525f1aec118b114e54e4e.gz
This commit is contained in:
parent
4a520ce903
commit
bf28826c49
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ cat /tmp/autoexec.log | busybox logger -p local3.info -t "Statut"
|
|||
BORNES += u'## MAC - IP - Canal - Puissance - Nom\n'
|
||||
for b in self.db.search('host=*.wifi.crans.org&puissance=*')['machine'] :
|
||||
self.anim.cycle()
|
||||
BORNES += u'# %s\n%s %s %s %s %s\n' % ( desc, b.mac(), b.ip(), b.canal(),
|
||||
BORNES += u'%s %s %s %s %s\n' % ( b.mac(), b.ip(), b.canal(),
|
||||
b.puissance(), b.nom().split(".")[0] )
|
||||
|
||||
BORNES += u'## Fin liste des bornes'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue