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