mirror of
https://github.com/solvercaptcha/solvecaptcha-python.git
synced 2026-07-03 14:05:39 +02:00
Update solver.py
Change soft_id
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user