This commit is contained in:
Nicolas Mowen 2025-05-22 10:50:41 -06:00
parent c3cdf37fcc
commit 3da1fdadd1
2 changed files with 2 additions and 3 deletions

View File

@ -703,8 +703,7 @@ class ReviewSegmentMaintainer(threading.Thread):
f"Dedicated LPR camera API has been called for {camera}, but detections are disabled. LPR events will not appear as a detection."
)
self.record_config_subscriber.stop()
self.review_config_subscriber.stop()
self.config_subscriber.stop()
self.requestor.stop()
self.detection_subscriber.stop()
logger.info("Exiting review maintainer...")

View File

@ -697,6 +697,6 @@ class TrackedObjectProcessor(threading.Thread):
self.event_sender.stop()
self.event_end_subscriber.stop()
self.sub_label_subscriber.stop()
self.config_enabled_subscriber.stop()
self.config_subscriber.stop()
logger.info("Exiting object processor...")