From e416296b24ed82fecf421042977651ebd23b0bcd Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 18 Dec 2024 18:33:05 +0300 Subject: [PATCH] Update aio_captcha_instrument.py --- src/python3_anticaptcha/core/aio_captcha_instrument.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/python3_anticaptcha/core/aio_captcha_instrument.py b/src/python3_anticaptcha/core/aio_captcha_instrument.py index 5f299b6..31b52e7 100644 --- a/src/python3_anticaptcha/core/aio_captcha_instrument.py +++ b/src/python3_anticaptcha/core/aio_captcha_instrument.py @@ -19,11 +19,7 @@ __all__ = ("AIOCaptchaInstrument",) class AIOCaptchaInstrument(CaptchaInstrument): """ - Basic Captcha solving class - - Args: - api_key: Capsolver API key - sleep_time: The waiting time between requests to get the result of the Captcha + Instrument for working with async captcha """ def __init__(self, captcha_params: CaptchaParams):