mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
Formatting
This commit is contained in:
parent
946a10f025
commit
bdf217d176
@ -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())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user