mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 09:37:37 +03:00
Catch error
This commit is contained in:
parent
323a6c7fef
commit
29d8d13d69
@ -764,7 +764,7 @@ def rename_classification_category(
|
|||||||
content=(
|
content=(
|
||||||
{
|
{
|
||||||
"success": False,
|
"success": False,
|
||||||
"message": f"Failed to rename category: {str(e)}",
|
"message": "Failed to rename category",
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
status_code=500,
|
status_code=500,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user