From 411314d17cf735da2e6803926d06bc2844e16db7 Mon Sep 17 00:00:00 2001 From: Stephen Butler Date: Tue, 9 Jul 2024 13:43:05 -0500 Subject: [PATCH] happy now linter? --- frigate/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/config.py b/frigate/config.py index 48d007e19..33f197501 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -281,7 +281,7 @@ class OnvifConfig(FrigateBaseModel): ) ignore_time_mismatch: bool = Field( default=False, - title="Onvif Ignore Time Synchronization Mismatch Between Camera and Server" + title="Onvif Ignore Time Synchronization Mismatch Between Camera and Server", )