From 32ce58b2732ddf13aad73cfce62ccc74a225729d Mon Sep 17 00:00:00 2001 From: dubost Date: Fri, 1 Dec 2006 13:02:17 +0100 Subject: [PATCH] Bug darcs-hash:20061201120217-c3cc4-d3ba393bd8f3943bbe9a3195500509c4b79342ac.gz --- gestion/whos.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index d2aee641..d59c6d18 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -572,6 +572,7 @@ def machine_details(machine) : authentification="" if not res: client_nom = '????' + client_chbre = '????' else: client_nom = ", ".join(["%s [%s]" % (x.nom().split(".")[0], x.proprietaire().Nom()) for x in res]) @@ -590,7 +591,7 @@ def machine_details(machine) : coul_rssi = 'jaune' else: coul_rssi = 'rouge' - f += u' %s (%s %s) (RSSI: %s%s)\n' % (client, client_nom, client_chbre, + f += u' %s (%s Chbre : %s) (RSSI: %s%s)\n' % (client, client_nom, client_chbre, coul("%d" % rssi, coul_rssi), authentification) else: