Update interfaces.py
This commit is contained in:
parent
56bf9b9eed
commit
709643ae56
@ -17,7 +17,7 @@ dbi.init_main()
|
|||||||
|
|
||||||
class WorkerManagerInterface(object):
|
class WorkerManagerInterface(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.worker_log = {}
|
self.worker_log = {}
|
||||||
self.worker_log.setdefault('authorized', {})
|
self.worker_log.setdefault('authorized', {})
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user