修复由于运行速度太快导致获取不到challange的问题
This commit is contained in:
GrandDuke1106 2022-11-22 19:14:11 +08:00 committed by GitHub
parent d5b4bab249
commit 4de4bd14bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@ function passGeeTest(string $api_key, string $cookie) : array|bool {
print_r($e->getMessage());
$error = $e->getMessage();
$flag ++;
sleep(10);
}
}while($flag < 10 && $error == "ERROR_CAPTCHA_UNSOLVABLE");