Added signature, official v0.1.0
This commit is contained in:
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user