remove erroneous check for move threads (#8031)

This commit is contained in:
Josh Hawkins 2023-10-07 09:18:07 -05:00 committed by GitHub
parent 20c2ab39bc
commit fe9fcf3eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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),