diff --git a/frigate/object_processing.py b/frigate/object_processing.py index 4281438d3..f8aaffd0b 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -663,10 +663,11 @@ class CameraState: frame_name, self.camera_config.frame_shape_yuv ) except FileNotFoundError: - logger.warning(f"Frame for {self.camera_config.name} missing in SHM, this is expected when shutting down.") + logger.warning( + f"Frame for {self.camera_config.name} missing in SHM, this is expected when shutting down." + ) return - tracked_objects = self.tracked_objects.copy() current_ids = set(current_detections.keys()) previous_ids = set(tracked_objects.keys())