fix bug
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment