happy now linter?

This commit is contained in:
Stephen Butler 2024-07-09 13:43:05 -05:00
parent a085d6a8b4
commit 411314d17c

View File

@ -281,7 +281,7 @@ class OnvifConfig(FrigateBaseModel):
) )
ignore_time_mismatch: bool = Field( ignore_time_mismatch: bool = Field(
default=False, default=False,
title="Onvif Ignore Time Synchronization Mismatch Between Camera and Server" title="Onvif Ignore Time Synchronization Mismatch Between Camera and Server",
) )