rendezvous_websocket: fix Error

This commit is contained in:
Brian Warner 2016-04-19 23:57:38 -07:00
parent aa8f714a48
commit 92c4ad19bc

View File

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