6487af2b by 冯轩

MOD:减少日志

1 parent 6c00caef
......@@ -1646,7 +1646,7 @@ class Command(BaseCommand, LoggerMixin):
try:
channel, img_path, text_list = img_queue.get(block=False)
except Exception as e:
self.online_log.info('{0} [img_2_ocr_1] [queue empty]'.format(self.log_base))
# self.online_log.info('{0} [img_2_ocr_1] [queue empty]'.format(self.log_base))
time.sleep(self.sleep_time_img_get)
continue
else:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!