Make ty happy

This commit is contained in:
2025-10-29 21:04:25 -04:00
parent 945f92e25f
commit 3d9ff622fd
6 changed files with 124 additions and 49 deletions

View File

@@ -116,7 +116,8 @@ async def evacuate_room(room):
req = request.json
if (
"background" in req
isinstance(req, dict)
and "background" in req
and isinstance(req["background"], bool)
):
background = req["background"]