From 1b031fd5f28ce107cda314203660ed9dd01a420c Mon Sep 17 00:00:00 2001 From: bernat Date: Sat, 2 Oct 2004 14:48:33 +0200 Subject: [PATCH] Aucune MAC dtecte : en jaune darcs-hash:20041002124833-d1718-3b0212d89a147ef7ae54443da230334b3f6fe852.gz --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index 5b5e314a..f1439324 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -574,7 +574,7 @@ def prise_etat(chbre) : f+= ', ' + coul('prise en 10Mbps','jaune') f+=', ' if len(macs) == 0: - f += coul('aucune MAC détectée', 'rouge') + f += coul('aucune MAC détectée', 'jaune') else: f += '\n\t\tMACs: %s' % ", ".join(macs[0:3]) if len(macs) > 3: