Skip to content

Commit 21d2a43

Browse files
authored
- Added default soft_id=4580 parameter to the __init__ method of the TwoCaptcha class in solver.py (2captcha#74)
Signed-off-by: Maxim S <poplers24@gmail.com>
1 parent 1806be9 commit 21d2a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twocaptcha/solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TimeoutException(SolverExceptions):
3636
class TwoCaptcha():
3737
def __init__(self,
3838
apiKey,
39-
softId=None,
39+
softId=4580,
4040
callback=None,
4141
defaultTimeout=120,
4242
recaptchaTimeout=600,

0 commit comments

Comments
 (0)