diff --git a/frigate/api/classification.py b/frigate/api/classification.py index 84c47ddaa..b3194176e 100644 --- a/frigate/api/classification.py +++ b/frigate/api/classification.py @@ -764,7 +764,7 @@ def rename_classification_category( content=( { "success": False, - "message": f"Failed to rename category: {str(e)}", + "message": "Failed to rename category", } ), status_code=500,