This commit is contained in:
root 2025-07-10 15:29:23 +08:00
parent 995526ec57
commit 841fcee7b3
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}
}