adapt mi5s

This commit is contained in:
2023-07-18 19:31:32 +02:00
parent 9e8a2f129d
commit 8e5da16505
+1 -1
View File
@@ -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) {