1
0
Fork 0
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:
Tlams 2018-04-27 16:24:31 +01:00
parent b95ca02485
commit ed48b3227a
4 changed files with 83 additions and 29 deletions

View file

@ -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