From 7e334fb54fdc56ae65ae6773e720db4f8877e6e7 Mon Sep 17 00:00:00 2001 From: bernat Date: Sat, 2 Oct 2004 10:51:23 +0200 Subject: [PATCH] Affichage plus joli darcs-hash:20041002085123-d1718-01cc4e97a335f0baca754d6de53640231509f226.gz --- gestion/whos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/whos.py b/gestion/whos.py index a3a1ef13..6bd9cfa2 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -568,11 +568,11 @@ def prise_macs(chbre) : # On ajoute une partie des adresses MAC qui sont sur la prise conn = sw_chbre(chbre) result = conn.show_prise_mac() - f += ',\n\t\t' + f += ', ' if len(result) == 0: f += coul('aucune MAC détectée', 'rouge') else: - f += 'MACs: %s' % ", ".join(result[0:2]) + f += '\n\t\tMACs: %s' % ", ".join(result[0:2]) if len(result) > 3: f += ' [...]' except: