[whosthere] Changement de path des xml des bornes
This commit is contained in:
parent
cdf2c98228
commit
891fae63f6
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class WhosThere(object):
|
|||
|
||||
def populate_from_ap(self, host):
|
||||
"""Rempli les macs à partir de la prise d'un switch"""
|
||||
path = os.path.join('/usr/scripts/var/wifi_xml/', host) + '.xml'
|
||||
path = os.path.join('/usr/scripts/var/wifi_xml/alone/', host) + '.xml'
|
||||
with open(path, 'r') as f:
|
||||
doc = xml.dom.minidom.parse(f)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue