From 30b729c713e6e2734a13a7abce5299dfab854cc2 Mon Sep 17 00:00:00 2001 From: bernat Date: Thu, 14 Jul 2005 10:37:28 +0200 Subject: [PATCH] =?UTF-8?q?Adaptation=20=C3=A0=20la=20nouvelle=20fonction.?= =?UTF-8?q?..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20050714083728-d1718-52e3f721d840f6365b21a7e4954bf7ab2f1208b1.gz --- gestion/tools/locate-wifi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/tools/locate-wifi.py b/gestion/tools/locate-wifi.py index 6c73e3f7..38f969fa 100755 --- a/gestion/tools/locate-wifi.py +++ b/gestion/tools/locate-wifi.py @@ -70,7 +70,7 @@ class interroge_borne (threading.Thread) : nom = self.borne.nom() if not borne_etat(nom) : return - clients = borne_clients(nom) + clients = borne_clients_canal(nom)['mac-rssi'] for (mac, rssi) in clients : if not self.mac or self.mac == mac.lower() : self.aff_client(mac,rssi)