From 28d2ba0f9c8abca2b800c96234bdfb3a2a218bfc Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Mon, 22 May 2023 21:29:33 +0100 Subject: [PATCH] fix one of the logs --- src/animations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animations.rs b/src/animations.rs index 1e18c86..4ed2ae5 100644 --- a/src/animations.rs +++ b/src/animations.rs @@ -309,7 +309,7 @@ pub async fn start_animation( ) -> String { println!("try to get animation!"); let animation = get_animation(name, db); - println!("{?:animation}!"); + println!("{:?}!", animation); if animation.is_err() || animation.as_ref().ok().is_none() { return json!(ApiResponse {