mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
Fix config order
This commit is contained in:
parent
4e32fdbbfd
commit
5c144de8a1
@ -385,8 +385,8 @@ class FrigateApp:
|
||||
name,
|
||||
self.detection_queue,
|
||||
list(self.config.cameras.keys()),
|
||||
detector_config,
|
||||
self.config,
|
||||
detector_config,
|
||||
)
|
||||
|
||||
def start_ptz_autotracker(self) -> None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user