Update aio_captcha_handler.py

This commit is contained in:
Andrei 2024-12-15 02:41:31 +03:00
parent 452358261f
commit 253cb8aeb6
1 changed files with 1 additions and 0 deletions

View File

@ -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: