From 592630cad916573ce4d280a0bf59fc645173bec0 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 25 May 2023 15:38:03 -0600 Subject: [PATCH] Formatting --- frigate/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frigate/config.py b/frigate/config.py index 5c495e376..5bfe74ea9 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -94,7 +94,9 @@ class TelemetryConfig(FrigateBaseModel): default=["eth", "enp", "eno", "ens", "wl", "lo"], title="Enabled network interfaces for bandwidth calculation.", ) - network_bandwidth: bool = Field(default=False, title="Enable network bandwidth for ffmpeg processes.") + network_bandwidth: bool = Field( + default=False, title="Enable network bandwidth for ffmpeg processes." + ) version_check: bool = Field(default=True, title="Enable latest version check.")