mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Formatting
This commit is contained in:
parent
f2dbad0c3d
commit
13cf6512e7
@ -1673,9 +1673,7 @@ def export_delete(file_name: str):
|
|||||||
|
|
||||||
if not os.path.exists(file):
|
if not os.path.exists(file):
|
||||||
return make_response(
|
return make_response(
|
||||||
jsonify(
|
jsonify({"success": False, "message": f"{file_name} not found."}),
|
||||||
{"success": False, "message": f"{file_name} not found."}
|
|
||||||
),
|
|
||||||
404,
|
404,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user