updated logs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Andre Henriques 2023-05-23 20:19:36 +01:00
parent 28d2ba0f9c
commit cb25df8446
2 changed files with 3 additions and 1 deletions

View File

@ -335,7 +335,7 @@ pub async fn start_animation(
if r.is_err() || r.as_ref().ok().is_none() {
return json!(ApiResponse {
code: 500,
message: "Probelms with the db".to_string()
message: "Probelms with the sender".to_string()
})
.to_string();
}

View File

@ -140,6 +140,8 @@ fn ligth_controll(
render.remove_animation(ani.ok().unwrap());
}
println("loop");
render.render();
}