mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Fix
This commit is contained in:
@@ -532,7 +532,7 @@ async fn download_archive(
|
||||
.send()
|
||||
.await;
|
||||
log::error!("{:?}", err);
|
||||
return;
|
||||
return Err(err);
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user