e24808bc by 周伟奇

fix bug

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