From 57528cf42665b6bb01229ec165ad05bdaf04bf54 Mon Sep 17 00:00:00 2001 From: bernat Date: Thu, 15 Sep 2005 11:44:58 +0200 Subject: [PATCH] Si on affiche tout le temps OK, c'est pas terrible darcs-hash:20050915094458-d1718-6392e1608e3d26517fd6df8f6f94f1c83915cdba.gz --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index cef0e6b6..74649d78 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -494,7 +494,7 @@ def machine_details(machine) : if auth_ok: authentification = " ; IPSec: %s" % OK else: - authentification = " ; IPSec: %s" % OK + authentification = " ; IPSec: %s" % ERREUR f += u' %s (%s) (RSSI: %s%s)\n' % (client, client_nom, coul("%d" % rssi, coul_rssi), authentification)