bugfix
This commit is contained in:
parent
52a09e7145
commit
7001d02a34
@ -97,7 +97,7 @@ async def ws_send(ws:web.WebSocketResponse, data):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
class WsSession:
|
class WsSession:
|
||||||
def __init__(self, session)
|
def __init__(self, session):
|
||||||
self.session = session
|
self.session = session
|
||||||
self.nodes = {}
|
self.nodes = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user