def __init__(self, api): AbstractHandler.__init__(self, api) self.clients = [] self.lock = Lock() self.core.evm.listenTo("event", self.add_event)
def __init__(self, api): AbstractHandler.__init__(self, api) self.clients = [] self.lock = Lock()