Update solver.py

Change soft_id
This commit is contained in:
solvecaptcha-com
2025-03-25 12:17:11 +02:00
committed by GitHub
parent f548182f64
commit 80b77b7874
+2 -2
View File
@@ -36,7 +36,7 @@ class TimeoutException(SolverExceptions):
class Solvecaptcha():
def __init__(self,
apiKey,
softId=1000001,
softId=4844,
callback=None,
defaultTimeout=120,
recaptchaTimeout=600,
@@ -771,4 +771,4 @@ class Solvecaptcha():
if __name__ == '__main__':
key = sys.argv[1]
sol = Solvecaptcha(key)
sol = Solvecaptcha(key)