We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1806be9 commit 21d2a43Copy full SHA for 21d2a43
1 file changed
twocaptcha/solver.py
@@ -36,7 +36,7 @@ class TimeoutException(SolverExceptions):
36
class TwoCaptcha():
37
def __init__(self,
38
apiKey,
39
- softId=None,
+ softId=4580,
40
callback=None,
41
defaultTimeout=120,
42
recaptchaTimeout=600,
0 commit comments