Formatting

This commit is contained in:
Nick Mowen 2023-05-25 15:38:03 -06:00
parent a4a0aedd3b
commit 592630cad9

View File

@ -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.")