3ee0d9be by 周伟奇

Update folder_ocr_process.py

1 parent b8ef3e1f
......@@ -340,6 +340,7 @@ class Command(BaseCommand, LoggerMixin):
if len(true_file_set) == 0 and len(os_error_filename_set) > 0:
true_file_set.add(os_error_filename_set.pop())
for name in true_file_set:
time.sleep(8)
is_success = True
failure_reason = OfflineFailureReason.OS_ERROR.value
start_time = time.time()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!