Fix config order

This commit is contained in:
Nicolas Mowen 2025-06-13 07:45:54 -06:00
parent 4e32fdbbfd
commit 5c144de8a1

View File

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