fix
This commit is contained in:
parent
3927c4ffb7
commit
f3a105a957
|
|
@ -229,7 +229,7 @@ class JSONRPCMethodRegistry:
|
||||||
return json.dumps(error_response, ensure_ascii=False, separators=(',', ':'))
|
return json.dumps(error_response, ensure_ascii=False, separators=(',', ':'))
|
||||||
|
|
||||||
# 全局实例
|
# 全局实例
|
||||||
enhanced_progress_reporter = EnhancedProgressReporter()
|
enhanced_progress_reporter = EnhancedProgressReporter(str(uuid.uuid4()))
|
||||||
method_registry = JSONRPCMethodRegistry()
|
method_registry = JSONRPCMethodRegistry()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue