mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-24 16:13:54 +08:00
Update connection.py
This commit is contained in:
@@ -140,7 +140,6 @@ class ConnectionHandler:
|
|||||||
self.func_handler = None
|
self.func_handler = None
|
||||||
|
|
||||||
self.cmd_exit = self.config["exit_commands"]
|
self.cmd_exit = self.config["exit_commands"]
|
||||||
self.max_cmd_length = 0
|
|
||||||
|
|
||||||
# 是否在聊天结束后关闭连接
|
# 是否在聊天结束后关闭连接
|
||||||
self.close_after_chat = False
|
self.close_after_chat = False
|
||||||
|
|||||||
Reference in New Issue
Block a user