diff --git a/connection_handler.py b/connection_handler.py index 82cce3d..8ce0d5a 100644 --- a/connection_handler.py +++ b/connection_handler.py @@ -137,7 +137,7 @@ class ConnectionHandler(object): await self.send_friends(conn) await self._on_match_state_req(conn, None) return conn - await conn.send(json.dumps({ + await socket.send(json.dumps({ "type": "reconnect_response", "data": { "success": False,