From f3a105a9579254eb185e5948c56915f27a5eeda8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 12 Jul 2025 21:19:42 +0800 Subject: [PATCH] fix --- python_core/utils/jsonrpc_enhanced.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_core/utils/jsonrpc_enhanced.py b/python_core/utils/jsonrpc_enhanced.py index dd42e9d..e770b6d 100644 --- a/python_core/utils/jsonrpc_enhanced.py +++ b/python_core/utils/jsonrpc_enhanced.py @@ -229,7 +229,7 @@ class JSONRPCMethodRegistry: return json.dumps(error_response, ensure_ascii=False, separators=(',', ':')) # 全局实例 -enhanced_progress_reporter = EnhancedProgressReporter() +enhanced_progress_reporter = EnhancedProgressReporter(str(uuid.uuid4())) method_registry = JSONRPCMethodRegistry()