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: