mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
fix logger issues
This commit is contained in:
parent
b95ca02485
commit
ed48b3227a
4 changed files with 83 additions and 29 deletions
|
@ -217,7 +217,7 @@ class Instance:
|
|||
|
||||
class ThreadAPI(threading.Thread):
|
||||
#def __init__(self, threadid, name, urls, c, g, r):
|
||||
def __init__(self, threadid, name, urls, c, g):
|
||||
def __init__(self, threadid, name, urls, c, g, logger):
|
||||
""" Pass Global var in this theard."""
|
||||
global core, generalconf, redis_msg
|
||||
core = c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue