From b68022e900726a9688d2ddc2da02e8d9a6e915c2 Mon Sep 17 00:00:00 2001 From: chove Date: Wed, 23 Feb 2005 18:15:46 +0100 Subject: [PATCH] c'est dja des string darcs-hash:20050223171546-4ec08-7c964f66c273f2ad2dffa429552ca325f5c75ce9.gz --- gestion/whos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/whos.py b/gestion/whos.py index 7d994a34..017c756f 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -262,9 +262,9 @@ def list_bornes(bornes) : etat = nok if '-' in b.puissance() : - puiss = coul(str(b.puissance()),'rouge') + puiss = coul(b.puissance(),'rouge') else : - puiss = str(b.puissance()) + puiss = b.puissance() data.append((b.id() , b.nom().split('.')[0], b.ip(), b.mac(), etat, b.canal(), puiss, b.prise(),l ))