optimization on sliding captcha
This commit is contained in:
@@ -730,10 +730,9 @@ class CommandorPage {
|
||||
if (isSuccessful) {
|
||||
checkResult = await this.ocrChecker.get_result();
|
||||
} else {
|
||||
await this.checkResultWithOcr()
|
||||
// this.isTerminated = true
|
||||
// await this.checkResultWithOcr()
|
||||
this.isTerminated = true
|
||||
}
|
||||
// await this.checkResultWithOcr()
|
||||
})
|
||||
await delay(10 * 1000)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user