fixed simple error

This commit is contained in:
Jonas Weinz 2019-03-29 12:59:33 +01:00
parent 7543133d71
commit c3669077b5

View File

@ -137,7 +137,7 @@ class ConnectionHandler(object):
await self.send_friends(conn) await self.send_friends(conn)
await self._on_match_state_req(conn, None) await self._on_match_state_req(conn, None)
return conn return conn
await conn.send(json.dumps({ await socket.send(json.dumps({
"type": "reconnect_response", "type": "reconnect_response",
"data": { "data": {
"success": False, "success": False,