From 5cb04280d06cb3ea34bfe9fdeee0f6e00891c14a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 21 Oct 2023 20:52:54 +0200 Subject: [PATCH] comment --- src/routes/contrib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/contrib.rs b/src/routes/contrib.rs index dcbd9ea..5d619aa 100644 --- a/src/routes/contrib.rs +++ b/src/routes/contrib.rs @@ -45,7 +45,7 @@ struct Pull { state: u8, } -#[once(time = 600)] +#[once(time = 600)] // 10min async fn build_page(config: Config, url: String) -> String { let navbar = NavBar { contrib: true,