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)