From ce8c58a5e35852074d657be6b582d2bbfda5680e Mon Sep 17 00:00:00 2001 From: ByteDice Date: Thu, 5 Mar 2026 08:55:43 +0100 Subject: [PATCH] await --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index a467c84..2191338 100644 --- a/src/main.rs +++ b/src/main.rs @@ -69,7 +69,7 @@ async fn main() { if !run_py { rs_println!("[IMPORTANT] You have disabled the \"re\" commands in the CFG. The app will not run the Python code and the websockets to save resources!"); } - if !data.args.nosched { start_schedules(data.args.test); } + if !data.args.nosched { start_schedules(data.args.test).await; } let python = start_py( data.args.clone(),