From 972d438bdf70727725db0af4c72bf73e13e68dec Mon Sep 17 00:00:00 2001 From: Jonas Weinz Date: Thu, 21 Mar 2019 15:59:18 +0100 Subject: [PATCH] little changes --- connection_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/connection_handler.py b/connection_handler.py index 940ab66..e98851c 100644 --- a/connection_handler.py +++ b/connection_handler.py @@ -132,6 +132,7 @@ class ConnectionHandler(object): "msg": "" } })) + await self._on_match_state_req(conn, None) return conn await conn.send(json.dumps({ "type": "reconnect_response",