From 17cf6ebc8c84b95721264dbab69e5200573949b5 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 25 Oct 2023 13:18:54 -0600 Subject: [PATCH] Formatting --- frigate/output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frigate/output.py b/frigate/output.py index b84de33ed..d5cfff54e 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -39,8 +39,8 @@ def get_standard_aspect_ratio(width: int, height: int) -> tuple[int, int]: (16, 9), (9, 16), (2, 1), - (8, 3), # reolink duo 2 - (32, 9), # panoramic cameras + (8, 3), # reolink duo 2 + (32, 9), # panoramic cameras (12, 9), (9, 12), ] # aspects are scaled to have common relative size