From 1eba5d632510d9c9532eb1e5c0a407ad174f792d Mon Sep 17 00:00:00 2001 From: leccelecce <24962424+leccelecce@users.noreply.github.com> Date: Sun, 3 Nov 2024 11:21:39 +0000 Subject: [PATCH] Fix formatting --- frigate/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/app.py b/frigate/app.py index 8454ad730..2f771ec4d 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -514,7 +514,7 @@ class FrigateApp: if cam_total_frame_size == 0.0: return 0 - + shm_frame_count = min(50, int(available_shm / (cam_total_frame_size))) logger.debug(