From 94edae1caca8b254b3d4e2b083c56a572a1af9a2 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 3 Feb 2023 08:39:44 -0700 Subject: [PATCH] Send config --- frigate/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/app.py b/frigate/app.py index fce3467ab..5a8e79a85 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -330,7 +330,7 @@ class FrigateApp: self.stats_emitter.start() def start_watchdog(self) -> None: - self.frigate_watchdog = FrigateWatchdog(self.detectors, self.stop_event) + self.frigate_watchdog = FrigateWatchdog(self.config, self.detectors, self.stop_event) self.frigate_watchdog.start() def check_shm(self) -> None: