added /bk_week_remove command

This commit is contained in:
2025-02-13 18:21:06 +01:00
parent 2a10508534
commit 7f0a1cd476
6 changed files with 45 additions and 10 deletions
+5
View File
@@ -62,6 +62,11 @@ pub async fn send_cmd_json(func_name: &str, func_args: Value) -> Option<Value> {
let r = receive_response().await;
rs_println!("Received from Python: [RESPONSE] {:?}", r);
if r.is_none() {
rs_println!("--- Response from Python is None!");
}
return r;
}
}