mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-14 20:22:13 +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 """
|
||||
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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue