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", },