fixed simple error
This commit is contained in:
parent
7543133d71
commit
c3669077b5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user