From 486b27ad1330de32af6f2928479ec2f003578f8f Mon Sep 17 00:00:00 2001 From: chove Date: Mon, 24 Apr 2006 13:12:55 +0200 Subject: [PATCH] on enlve la borne non-configure de la liste darcs-hash:20060424111255-4ec08-7dd1454dd0dde11fe4747efc2487bd5d0d20cf9d.gz --- wifi/status.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wifi/status.py b/wifi/status.py index 274e15d1..a9cca3dc 100755 --- a/wifi/status.py +++ b/wifi/status.py @@ -34,7 +34,8 @@ uptimes = bornes_uptime() for b in bornes: infos = filter(lambda x: not x.startswith("<"), b.info()) - if not infos: + + if not infos or b.nom().split('.')[0]=="non-configure": # Rien à propos de cette borne... continue