mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-08 17:09:14 +08:00
chore: 一轮运行完成后打印日志,便于区分
This commit is contained in:
@@ -38,6 +38,7 @@ async fn main() -> ! {
|
|||||||
error!("Error: {e}");
|
error!("Error: {e}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
info!("All favorite lists have been processed, wait for next round.");
|
||||||
|
|
||||||
tokio::time::sleep(std::time::Duration::from_secs(CONFIG.interval)).await;
|
tokio::time::sleep(std::time::Duration::from_secs(CONFIG.interval)).await;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user