mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
Fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user