Formatting

This commit is contained in:
Nicolas Mowen 2024-07-16 10:48:31 -06:00
parent 4152ab4a15
commit 0bc962e45b

View File

@ -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(
{ {