Update interfaces.py

This commit is contained in:
ahmedbodi 2013-12-11 15:15:45 +00:00
parent 56bf9b9eed
commit 709643ae56

View File

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