mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Formatting
This commit is contained in:
parent
4152ab4a15
commit
0bc962e45b
@ -554,7 +554,9 @@ def vod_ts(camera_name, start_ts, end_ts):
|
|||||||
logger.warning(f"Recording clip is missing or empty: {recording.path}")
|
logger.warning(f"Recording clip is missing or empty: {recording.path}")
|
||||||
|
|
||||||
if not clips:
|
if not clips:
|
||||||
logger.error(f"No recordings found for {camera_name} during the requested time range")
|
logger.error(
|
||||||
|
f"No recordings found for {camera_name} during the requested time range"
|
||||||
|
)
|
||||||
return make_response(
|
return make_response(
|
||||||
jsonify(
|
jsonify(
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user