Update sio_captcha_instrument.py
This commit is contained in:
parent
e416296b24
commit
4fd66bd0ee
|
@ -20,11 +20,7 @@ __all__ = ("SIOCaptchaInstrument",)
|
||||||
|
|
||||||
class SIOCaptchaInstrument(CaptchaInstrument):
|
class SIOCaptchaInstrument(CaptchaInstrument):
|
||||||
"""
|
"""
|
||||||
Basic Captcha solving class
|
Instrument for working with sync captcha
|
||||||
|
|
||||||
Args:
|
|
||||||
api_key: Capsolver API key
|
|
||||||
sleep_time: The waiting time between requests to get the result of the Captcha
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, captcha_params: CaptchaParams):
|
def __init__(self, captcha_params: CaptchaParams):
|
||||||
|
|
Loading…
Reference in New Issue