From 253cb8aeb6184d1f8aac4692f285dd975265298a Mon Sep 17 00:00:00 2001 From: Andrei Date: Sun, 15 Dec 2024 02:41:31 +0300 Subject: [PATCH] Update aio_captcha_handler.py --- src/python3_anticaptcha/core/aio_captcha_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python3_anticaptcha/core/aio_captcha_handler.py b/src/python3_anticaptcha/core/aio_captcha_handler.py index c73a400..f059d19 100644 --- a/src/python3_anticaptcha/core/aio_captcha_handler.py +++ b/src/python3_anticaptcha/core/aio_captcha_handler.py @@ -26,6 +26,7 @@ class AIOCaptchaHandler(CaptchaHandler): """ def __init__(self, captcha_params: CaptchaParams): + super().__init__() self.captcha_params = captcha_params async def processing_captcha(self) -> dict: