This commit is contained in:
AuroraWright
2025-04-06 15:54:01 +02:00
parent 3e8fa659dc
commit 604332ef51
2 changed files with 2 additions and 2 deletions

View File

@@ -733,7 +733,7 @@ class OneOCR:
try:
self.model = oneocr.OcrEngine()
except RuntimeError as e:
logger.warning(e + ' , OneOCR will not work!')
logger.warning(e + ', OneOCR will not work!')
else:
self.available = True
logger.info('OneOCR ready')