white space

This commit is contained in:
Stephen Butler 2024-07-09 13:45:04 -05:00
parent 411314d17c
commit 038f9cac39

View File

@ -280,7 +280,7 @@ class OnvifConfig(FrigateBaseModel):
title="PTZ auto tracking config.", title="PTZ auto tracking config.",
) )
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",
) )