We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f548182 commit 80b77b7Copy full SHA for 80b77b7
1 file changed
solvecaptcha/solver.py
@@ -36,7 +36,7 @@ class TimeoutException(SolverExceptions):
36
class Solvecaptcha():
37
def __init__(self,
38
apiKey,
39
- softId=1000001,
+ softId=4844,
40
callback=None,
41
defaultTimeout=120,
42
recaptchaTimeout=600,
@@ -771,4 +771,4 @@ def check_hint_img(self, params):
771
if __name__ == '__main__':
772
773
key = sys.argv[1]
774
- sol = Solvecaptcha(key)
+ sol = Solvecaptcha(key)
0 commit comments