rendezvous_websocket: fix Error
This commit is contained in:
parent
aa8f714a48
commit
92c4ad19bc
|
@ -44,7 +44,7 @@ from autobahn.twisted import websocket
|
|||
# <- {type: "pong", pong: int}
|
||||
|
||||
class Error(Exception):
|
||||
def __init__(self, explain, orig_msg):
|
||||
def __init__(self, explain):
|
||||
self._explain = explain
|
||||
|
||||
class WebSocketRendezvous(websocket.WebSocketServerProtocol):
|
||||
|
|
Loading…
Reference in New Issue
Block a user