diff --git a/daphne/ws_protocol.py b/daphne/ws_protocol.py index 17c2b5e..edf1254 100755 --- a/daphne/ws_protocol.py +++ b/daphne/ws_protocol.py @@ -296,7 +296,7 @@ class WebSocketProtocol(WebSocketServerProtocol): return id(self) == id(other) def __repr__(self): - return "" % (self.client_addr, self.path) + return "" % (self.client_addr, self.path) class WebSocketFactory(WebSocketServerFactory):