From 08b2c7080f1bcaf7339611e28e4d2e4ed8bbe85c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Jul 2025 17:23:30 +0800 Subject: [PATCH] fix --- python_core/ai_video/api_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python_core/ai_video/api_client.py b/python_core/ai_video/api_client.py index b998c17..1f4c656 100644 --- a/python_core/ai_video/api_client.py +++ b/python_core/ai_video/api_client.py @@ -14,6 +14,8 @@ from typing import Dict, Any, Optional, Callable import sys from python_core.config import settings from python_core.utils import setup_logger +from python_core.ai_video.json_rpc import create_progress_reporter + logger = setup_logger(__name__) class APIClient: @@ -239,7 +241,6 @@ class APIClient: progress_callback(progress_msg) # Send detailed progress via JSON-RPC - from .json_rpc import create_progress_reporter progress = create_progress_reporter() progress.update( step="running",