Make ty happy
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user