This commit is contained in:
2023-08-12 01:32:12 +02:00
parent 7e03fdfc7c
commit 969e887fe5

View File

@@ -130,7 +130,7 @@ async fn convert_file(
},
};
let mut result_file = match File::open(format!("{prefix}.{file_format}")).await {
let mut result_file = match File::open(format!("/tmp/{prefix}.{file_format}")).await {
Ok(v) => v,
Err(err) => {
log::error!("{:?}", err);