Добавлено TODO

This commit is contained in:
Andrei 2017-10-24 14:23:02 +03:00
parent 8909eb73b1
commit 5d65ac092e
1 changed files with 1 additions and 3 deletions

View File

@ -2,10 +2,8 @@ import requests
import time
from .config import create_task_url, get_result_url, app_key, user_agent_data
# from .errors import RuCaptchaError
#TODO Добавить документацию
class FunCaptchaTask:
def __init__(self, anticaptcha_key, sleep_time=5, proxyType = 'http', proxyAddress = None, proxyPort = None, **kwargs):