diff --git a/twocaptcha/solver.py b/twocaptcha/solver.py index 8078e5e..d8d7530 100755 --- a/twocaptcha/solver.py +++ b/twocaptcha/solver.py @@ -36,7 +36,7 @@ class TimeoutException(SolverExceptions): class TwoCaptcha(): def __init__(self, apiKey, - softId=None, + softId=4580, callback=None, defaultTimeout=120, recaptchaTimeout=600,