mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
config changes
This commit is contained in:
parent
ee394b0a20
commit
8c8eb1fd5d
1 changed files with 2 additions and 2 deletions
|
@ -60,12 +60,12 @@ class Core:
|
||||||
|
|
||||||
""" Clean previous lockers """
|
""" Clean previous lockers """
|
||||||
locker = Locker()
|
locker = Locker()
|
||||||
locker.unlock(generalconf["hyperproxmox"]["walker_lock"])
|
locker.unlock(generalconf["analyst"]["walker_lock"])
|
||||||
|
|
||||||
thc = threading.Thread(name="Update statistics",
|
thc = threading.Thread(name="Update statistics",
|
||||||
target=RunAnalyse,
|
target=RunAnalyse,
|
||||||
args=(self.clusters_conf, self.generalconf,
|
args=(self.clusters_conf, self.generalconf,
|
||||||
generalconf["hyperproxmox"]["walker"]))
|
generalconf["analyst"]["walker"]))
|
||||||
thc.start()
|
thc.start()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue