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,