remove erroneous check for move threads

This commit is contained in:
Josh Hawkins 2023-10-02 11:08:13 -05:00
parent 9a4f970337
commit 7e65c43a4a

View File

@ -237,7 +237,6 @@ class PtzAutoTracker:
self.onvif.get_camera_status(camera_name)
# movement thread per camera
if not self.move_threads or not self.move_threads[camera_name]:
self.move_threads[camera_name] = threading.Thread(
name=f"move_thread_{camera_name}",
target=partial(self._process_move_queue, camera_name),