diff --git a/python3_anticaptcha/CustomCaptchaTask.py b/python3_anticaptcha/CustomCaptchaTask.py index c4314a2..e432eff 100644 --- a/python3_anticaptcha/CustomCaptchaTask.py +++ b/python3_anticaptcha/CustomCaptchaTask.py @@ -98,7 +98,6 @@ class aioCustomCaptchaTask: def __init__( self, anticaptcha_key: str, - imageUrl: str, sleep_time: int = 5, assignment: str = None, forms: dict = None,