chore: 一轮运行完成后打印日志,便于区分

This commit is contained in:
amtoaer
2024-04-06 02:06:27 +08:00
parent 5a364d34f7
commit f70cdfcb21

View File

@@ -38,6 +38,7 @@ async fn main() -> ! {
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;
}