From a37beea6d18209b6eafc02b2679dea9d8fd504b8 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 9 Sep 2024 08:11:53 -0600 Subject: [PATCH] Formatting --- frigate/object_processing.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frigate/object_processing.py b/frigate/object_processing.py index 2392adf80..829b43eb9 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -772,7 +772,11 @@ class CameraState: # if we don't have access to the current frame or # if the object's thumbnail is not from the current frame, skip - if not current_frame or obj.false_positive or obj.thumbnail_data["frame_time"] != frame_time: + if ( + not current_frame + or obj.false_positive + or obj.thumbnail_data["frame_time"] != frame_time + ): continue if object_type in self.best_objects: