mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Fix
This commit is contained in:
@@ -485,7 +485,7 @@ async fn download_archive(
|
|||||||
|
|
||||||
sleep(Duration::from_secs(5)).await;
|
sleep(Duration::from_secs(5)).await;
|
||||||
|
|
||||||
i = i - 1;
|
i -= 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if task.status != TaskStatus::Complete {
|
if task.status != TaskStatus::Complete {
|
||||||
|
|||||||
Reference in New Issue
Block a user