From f70cdfcb21551eede0530b53e22d7c96afdce5d7 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Sat, 6 Apr 2024 02:06:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=80=E8=BD=AE=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=90=8E=E6=89=93=E5=8D=B0=E6=97=A5=E5=BF=97?= =?UTF-8?q?=EF=BC=8C=E4=BE=BF=E4=BA=8E=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 + 1 file changed, 1 insertion(+) 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; }