Update connection.py

This commit is contained in:
hrz
2025-08-25 22:14:41 +08:00
committed by GitHub
parent 31657e1dc0
commit 9012deeae7
-1
View File
@@ -140,7 +140,6 @@ class ConnectionHandler:
self.func_handler = None
self.cmd_exit = self.config["exit_commands"]
self.max_cmd_length = 0
# 是否在聊天结束后关闭连接
self.close_after_chat = False