diff --git a/connection_handler.py b/connection_handler.py index eb64a12..4f6db42 100644 --- a/connection_handler.py +++ b/connection_handler.py @@ -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" } }))