Aggiornato Cloudscraper
This commit is contained in:
@@ -36,7 +36,7 @@ class captchaSolver(reCaptcha):
|
||||
def checkErrorStatus(response):
|
||||
if response.status_code in [500, 502]:
|
||||
raise reCaptchaServiceUnavailable(
|
||||
'9kw: Server Side Error {}'.format(response.status_code)
|
||||
f'9kw: Server Side Error {response.status_code}'
|
||||
)
|
||||
|
||||
error_codes = {
|
||||
|
||||
Reference in New Issue
Block a user