From 841fcee7b38420405807d73654b980722aff5a02 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Jul 2025 15:29:23 +0800 Subject: [PATCH] fix --- src-tauri/src/commands/ai_video.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-tauri/src/commands/ai_video.rs b/src-tauri/src/commands/ai_video.rs index 8d461aa..b4fdaaa 100644 --- a/src-tauri/src/commands/ai_video.rs +++ b/src-tauri/src/commands/ai_video.rs @@ -113,6 +113,8 @@ async fn execute_python_command(_app: tauri::AppHandle, args: &[String]) -> Resu println!("Direct JSON result: {}", line.trim()); } } + } else { + println!("Python other: {}", line); } }