Send config

This commit is contained in:
Nick Mowen 2023-02-03 08:39:44 -07:00
parent 09c39f8040
commit 94edae1cac

View File

@ -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: