Modify: fix ocr bug
parent
dd7bae884b
commit
c94c468f25
|
@ -1702,6 +1702,7 @@ def tixcraft_auto_ocr(driver, ocr, ocr_captcha_with_submit):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
print("ddddocr is None")
|
print("ddddocr is None")
|
||||||
|
break
|
||||||
print("ocr_total_count:",ocr_total_count)
|
print("ocr_total_count:",ocr_total_count)
|
||||||
if not orc_answer is None:
|
if not orc_answer is None:
|
||||||
print("orc_answer:", orc_answer)
|
print("orc_answer:", orc_answer)
|
||||||
|
|
Loading…
Reference in New Issue