e24808bc by 周伟奇

fix bug

1 parent 9f98ea8a
......@@ -31,6 +31,7 @@ class Command(BaseCommand, LoggerMixin):
self.input_dirs = conf.get_namespace('INPUT_DIR_')
# ocr相关
self.ocr_url = conf.OCR_URL_FOLDER
self.ocr_url_4 = conf.IC_URL
# 优雅退出信号:15
signal.signal(signal.SIGTERM, self.signal_handler)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!