From 1744f8827a2c0c6da3155e7cead166da4c9e3981 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 3 Nov 2025 06:13:23 -0700 Subject: [PATCH] Fix --- frigate/api/classification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/api/classification.py b/frigate/api/classification.py index 60f1899d5..42834b6b2 100644 --- a/frigate/api/classification.py +++ b/frigate/api/classification.py @@ -851,7 +851,7 @@ def delete_classification_model(request: Request, name: str): content=( { "success": False, - "message": f"Failed to update config file: {str(e)}", + "message": "Failed to update config file.", } ), status_code=500,