1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-14 20:22:13 +00:00

config changes

This commit is contained in:
Tlams 2018-02-08 19:41:11 +00:00
parent ee394b0a20
commit 8c8eb1fd5d

View file

@ -60,12 +60,12 @@ class Core:
""" Clean previous lockers """
locker = Locker()
locker.unlock(generalconf["hyperproxmox"]["walker_lock"])
locker.unlock(generalconf["analyst"]["walker_lock"])
thc = threading.Thread(name="Update statistics",
target=RunAnalyse,
args=(self.clusters_conf, self.generalconf,
generalconf["hyperproxmox"]["walker"]))
generalconf["analyst"]["walker"]))
thc.start()