fix
This commit is contained in:
parent
995526ec57
commit
841fcee7b3
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue