Fix formatting

This commit is contained in:
leccelecce 2024-11-03 11:21:39 +00:00 committed by GitHub
parent 64898d063c
commit 1eba5d6325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(