Add config option to disable version check (#5208)

* Add config option to disable version check

* Add note to docs
This commit is contained in:
James L
2023-01-26 00:36:26 +00:00
committed by GitHub
parent 6ed8977548
commit 07c635d822
4 changed files with 23 additions and 3 deletions

View File

@@ -155,7 +155,9 @@ class FrigateApp:
self.db.bind(models)
def init_stats(self) -> None:
self.stats_tracking = stats_init(self.camera_metrics, self.detectors)
self.stats_tracking = stats_init(
self.config, self.camera_metrics, self.detectors
)
def init_web_server(self) -> None:
self.flask_app = create_app(