diff --git a/frigate/http.py b/frigate/http.py index 4638174da..4354e205e 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -1673,9 +1673,7 @@ def export_delete(file_name: str): if not os.path.exists(file): return make_response( - jsonify( - {"success": False, "message": f"{file_name} not found."} - ), + jsonify({"success": False, "message": f"{file_name} not found."}), 404, )