mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix typo
This commit is contained in:
@@ -79,12 +79,12 @@ impl Main {
|
||||
if !fc.logined() {
|
||||
println!("{}", gettext("Warning: Fanbox client is not logged in."));
|
||||
}
|
||||
tasks
|
||||
.add_task(Self::download_fanbox_post(Arc::clone(&fc), id.clone()))
|
||||
.await;
|
||||
if !download_multiple_posts {
|
||||
tasks.join().await;
|
||||
}
|
||||
}
|
||||
tasks
|
||||
.add_task(Self::download_fanbox_post(Arc::clone(&fc), id.clone()))
|
||||
.await;
|
||||
if !download_multiple_posts {
|
||||
tasks.join().await;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user