From 5b1eb9771ccae4ac2a6f4287211cd72216cf9ead Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 19 Oct 2023 14:14:54 -0600 Subject: [PATCH] Formatting --- frigate/video.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frigate/video.py b/frigate/video.py index eeb6dc604..a6d52dfc7 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -600,7 +600,8 @@ def process_frames( and object_tracker.disappeared[obj["id"]] == 0 # and it doesn't overlap with any current motion boxes when not calibrating and not intersects_any( - obj["box"], [] if motion_detector.is_calibrating() else motion_boxes + obj["box"], + [] if motion_detector.is_calibrating() else motion_boxes, ) ]