From c08fb49bcd1ab494d4654620b6901825dbe58acf Mon Sep 17 00:00:00 2001 From: CakeCN Date: Mon, 8 Dec 2025 23:55:33 +0800 Subject: [PATCH] log his --- Html/apps/sockets/namespaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Html/apps/sockets/namespaces.py b/Html/apps/sockets/namespaces.py index 8bc52b5..3874268 100644 --- a/Html/apps/sockets/namespaces.py +++ b/Html/apps/sockets/namespaces.py @@ -300,7 +300,7 @@ class AgentNamespace(Namespace): # 获取用户ID uuid2username = ex.get("uuid2username", {}) user_id = uuid2username.get(uuid, "unknown") - + current_app.logger.debug(f"get user's dialog his user_id={user_id}") # 调用保存学习进度功能 chatmanager = user_uuid2chatmanager.get(uuid) if chatmanager: