Update aio_captcha_handler.py
This commit is contained in:
parent
452358261f
commit
253cb8aeb6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue