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