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