mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
Update http.py
Formatting fix
This commit is contained in:
parent
01ad564205
commit
dc290a5332
@ -1986,7 +1986,7 @@ def export_rename(file_name_current, file_name_new: str):
|
|||||||
return make_response(
|
return make_response(
|
||||||
jsonify(
|
jsonify(
|
||||||
{
|
{
|
||||||
"success": False,
|
"success": False,
|
||||||
"message": f"{file_name_new} contains illegal characters.",
|
"message": f"{file_name_new} contains illegal characters.",
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user