Update CustomCaptchaTask.py

This commit is contained in:
Andrei 2019-05-20 22:41:37 +03:00 committed by GitHub
parent d900f48f0b
commit cf2e0f3b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class aioCustomCaptchaTask:
def __init__( def __init__(
self, self,
anticaptcha_key: str, anticaptcha_key: str,
imageUrl: str,
sleep_time: int = 5, sleep_time: int = 5,
assignment: str = None, assignment: str = None,
forms: dict = None, forms: dict = None,