Example #1
0
File: main.py Project: jj4jj/sdv
 def on_client_open(self, client):
     WebSocketMsgHandler.on_client_open(self, client)
     log.debug('open')
Example #2
0
File: main.py Project: jj4jj/sdv
 def __init__(self, sub, dbc):
     self.sub = sub
     self.dbc = dbc
     self.on_close_cb = set()
     WebSocketMsgHandler.__init__(self)