On prend la valeur absolue de la puissance.
Tabulations story. darcs-hash:20050222191443-d1718-d4e863e00d507bfd787d0071d14e89caddf32524.gz
This commit is contained in:
parent
abbd2982ce
commit
2ce108e7b9
1 changed files with 31 additions and 31 deletions
|
@ -201,7 +201,7 @@ class bornes_wifi(gen_config) :
|
|||
for b in bornes :
|
||||
self.anim.cycle()
|
||||
BORNES += u'%s %s %s %s %s\n' % ( b.mac(), b.ip(), b.canal(),
|
||||
b.puissance(), b.nom().split(".")[0] )
|
||||
abs(b.puissance()), b.nom().split(".")[0] )
|
||||
|
||||
BORNES += u'## Fin liste des bornes'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue