mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 11:15:21 +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):
|
||||
return make_response(
|
||||
jsonify(
|
||||
{"success": False, "message": f"{file_name} not found."}
|
||||
),
|
||||
jsonify({"success": False, "message": f"{file_name} not found."}),
|
||||
404,
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user