Fix detections block

This commit is contained in:
Nicolas Mowen 2025-08-08 19:03:19 -06:00
parent 3feca459c7
commit d5424c0b25

View File

@ -85,7 +85,7 @@ class ReviewDescriptionProcessor(PostProcessorApi):
return
elif (
final_data["severity"] == "detection"
and not self.config.cameras[camera].review.detections
and not self.config.cameras[camera].review.genai.detections
):
self.tracked_review_items.pop(id)
return