use correct threshold var in debug log

This commit is contained in:
Josh Hawkins 2025-02-15 07:14:29 -06:00
parent 6c6b4e30d5
commit 1a73e421f6

View File

@ -1062,7 +1062,7 @@ class LicensePlateProcessor(RealTimeProcessorApi):
# Check against minimum confidence threshold
if avg_confidence < self.lpr_config.recognition_threshold:
logger.debug(
f"Average confidence {avg_confidence} is less than threshold ({self.lpr_config.threshold})"
f"Average confidence {avg_confidence} is less than threshold ({self.lpr_config.recognition_threshold})"
)
return