Skip to content

Commit 80b77b7

Browse files
Update solver.py
Change soft_id
1 parent f548182 commit 80b77b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

solvecaptcha/solver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TimeoutException(SolverExceptions):
3636
class Solvecaptcha():
3737
def __init__(self,
3838
apiKey,
39-
softId=1000001,
39+
softId=4844,
4040
callback=None,
4141
defaultTimeout=120,
4242
recaptchaTimeout=600,
@@ -771,4 +771,4 @@ def check_hint_img(self, params):
771771
if __name__ == '__main__':
772772

773773
key = sys.argv[1]
774-
sol = Solvecaptcha(key)
774+
sol = Solvecaptcha(key)

0 commit comments

Comments
 (0)