mirror of
https://github.com/GrandDuke1106/MCBBSAutoSignIn.git
synced 2025-01-08 00:46:52 -05:00
fix bug
修复由于运行速度太快导致获取不到challange的问题
This commit is contained in:
parent
d5b4bab249
commit
4de4bd14bb
1
Sign.php
1
Sign.php
@ -76,6 +76,7 @@ function passGeeTest(string $api_key, string $cookie) : array|bool {
|
|||||||
print_r($e->getMessage());
|
print_r($e->getMessage());
|
||||||
$error = $e->getMessage();
|
$error = $e->getMessage();
|
||||||
$flag ++;
|
$flag ++;
|
||||||
|
sleep(10);
|
||||||
}
|
}
|
||||||
}while($flag < 10 && $error == "ERROR_CAPTCHA_UNSOLVABLE");
|
}while($flag < 10 && $error == "ERROR_CAPTCHA_UNSOLVABLE");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user