diff --git a/src/main.rs b/src/main.rs index 76e8647..cec9183 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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; }