From b9eed98a04ecb40bbf82cbc9043beda2eb9c0ca6 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:46:19 -0500 Subject: [PATCH] json content --- frigate/api/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/api/event.py b/frigate/api/event.py index 820d86b07..47c58b9c9 100644 --- a/frigate/api/event.py +++ b/frigate/api/event.py @@ -907,7 +907,7 @@ def set_description( if new_description is None or len(new_description) == 0: return JSONResponse( - { + content={ "success": False, "message": "description cannot be empty", },