adapt mi5s
This commit is contained in:
@@ -795,7 +795,7 @@ class CommandorPage {
|
||||
|
||||
async checkResultWithOcr() {
|
||||
console.log("checkResultWithOcr() called.")
|
||||
await delay(2000);
|
||||
await delay(4000);
|
||||
let checkResult = await this.ocrChecker.get_result();
|
||||
console.log(checkResult);
|
||||
while (checkResult === OCRResult.RECHECK || checkResult === OCRResult.NO_INTERNET) {
|
||||
|
||||
Reference in New Issue
Block a user