From 038f9cac39002e132d50330ffaf8e129228b6f2a Mon Sep 17 00:00:00 2001 From: Stephen Butler Date: Tue, 9 Jul 2024 13:45:04 -0500 Subject: [PATCH] white space --- frigate/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/config.py b/frigate/config.py index 33f197501..bfa00f601 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -280,7 +280,7 @@ class OnvifConfig(FrigateBaseModel): title="PTZ auto tracking config.", ) ignore_time_mismatch: bool = Field( - default=False, + default=False, title="Onvif Ignore Time Synchronization Mismatch Between Camera and Server", )