fix
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user