From 4d92a39cc4452866e0ef777dc489a333920e8326 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Mon, 9 Dec 2024 16:54:10 -0800 Subject: [PATCH] ping timeout --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index e36c19f..c4fd39b 100644 --- a/server.py +++ b/server.py @@ -261,7 +261,7 @@ def session(connection, client): finally: connection.close() if "cause" in property_list[pending]: - cause = property_list[pending] + cause = property_list[pending]["cause"] if pending != "*": del nickname_list[pending] del property_list[pending]