[whokfet] la kfet, c'est diomede

Ignore-this: a8d896a610cc8c80991573c9f1d7bc99
...
mede

darcs-hash:20120907084123-28565-2ebdccc94d7d0c7317f4e1aa03d098b6e6ad06d0.gz
This commit is contained in:
Daniel STAN 2012-09-07 10:41:23 +02:00
parent 86df83ee01
commit 9e84615a2f

View file

@ -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') ]