diff --git a/gestion/tools/whokfet.py b/gestion/tools/whokfet.py index 3f002a8f..11d9fcd8 100755 --- a/gestion/tools/whokfet.py +++ b/gestion/tools/whokfet.py @@ -14,7 +14,7 @@ from os import system import xml.dom.minidom def get_wifi_connected_client(): - f = open('/usr/scripts/var/wifi_xml/valhalla.xml','r') + f = open('/usr/scripts/var/wifi_xml/diomede.xml','r') doc = xml.dom.minidom.parse(f) f.close() return [ mac.firstChild.nodeValue for mac in doc.getElementsByTagName('mac') ]