From 38eef79dc460e352b5baadeb34c489be3381cc7a Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 18 Sep 2023 07:42:58 -0600 Subject: [PATCH] Fix birdseye exception handling --- frigate/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/output.py b/frigate/output.py index 5f0a3411e0..3bb4e515fc 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -580,7 +580,7 @@ def update(self, camera, object_count, motion_count, frame_time, frame) -> bool: except Exception: updated_frame = False self.active_cameras = [] - self.camera_layout = 0 + self.camera_layout = [] print(traceback.format_exc()) # if the frame was updated or the fps is too low, send frame