Added signature, official v0.1.0

This commit is contained in:
Lukas Wölfer
2025-07-24 19:07:48 +02:00
parent 8172d4c769
commit 7ee8fb23d9
5 changed files with 31 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ pub async fn update_wsdc(bot: Bot) -> ! {
tracing::info!("We have to update {} pages", l.len());
let wait_duration = Duration::from_secs(6 * 3600);
for (index, page) in l {
tracing::info!("Next up: {index}");
tracing::info!("Next up: #{index}");
tokio::time::sleep(wait_duration).await;
if generate_page(index, page).await {
tracing::info!("Updated {index}");