From c833d678b9b4e3160e23197c1ae9695c76ac313a Mon Sep 17 00:00:00 2001 From: bernat Date: Wed, 9 Mar 2005 22:17:00 +0100 Subject: [PATCH] Une bricole darcs-hash:20050309211700-d1718-0bbeb02437b02a28d63b5bebf253561652a14a48.gz --- gestion/whos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/whos.py b/gestion/whos.py index 017c756f..63055171 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -467,8 +467,8 @@ def machine_details(machine) : coul_rssi = 'jaune' else: coul_rssi = 'rouge' - f += u' %s (%s) (RSSI: %s)\n' % (client, client_nom, - coul("%d" % rssi, coul_rssi)) + f += u' %s (%s) (RSSI: %s)\n' % (client, client_nom, + coul("%d" % rssi, coul_rssi)) else: f += coul(u'borne éteinte','rouge') f += '\n'