fixing bugs

This commit is contained in:
Jonas Weinz 2019-03-29 20:46:50 +01:00
parent c98d049f19
commit c77fbd85fe

View File

@ -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"
}
}))