This commit is contained in:
root 2025-07-10 17:23:30 +08:00
parent 3de6b09fe5
commit 08b2c7080f
1 changed files with 2 additions and 1 deletions

View File

@ -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",