fixing bugs
This commit is contained in:
parent
c98d049f19
commit
c77fbd85fe
@ -147,8 +147,8 @@ class ConnectionHandler(object):
|
|||||||
"type": "reconnect_response",
|
"type": "reconnect_response",
|
||||||
"data": {
|
"data": {
|
||||||
"success": False,
|
"success": False,
|
||||||
"id": conn.id,
|
"id": None,
|
||||||
"user": conn.user_name,
|
"user": None,
|
||||||
"msg": "session not available"
|
"msg": "session not available"
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
|
Loading…
Reference in New Issue
Block a user