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