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: