mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 02:05:21 +03:00
Send config
This commit is contained in:
parent
09c39f8040
commit
94edae1cac
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user