Skip to content

Commit

Permalink
chore: 补充一条提示信息
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Jan 13, 2025
1 parent cdc639c commit 8dfc96e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bili_sync/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ async fn main() {
error!("处理 UP 主 {upper_id} 投稿时遇到非预期的错误:{e}");
}
}
info!("所有 UP 主投稿处理完毕");
info!("本轮任务执行完毕,等待下一轮执行");
}
time::sleep(time::Duration::from_secs(CONFIG.interval)).await;
Expand Down

0 comments on commit 8dfc96e

Please sign in to comment.