Skip to content

Commit

Permalink
- Added default soft_id=4580 parameter to the __init__ method of the …
Browse files Browse the repository at this point in the history
…TwoCaptcha class in solver.py (#74)

Signed-off-by: Maxim S <poplers24@gmail.com>
  • Loading branch information
poplers24 committed Apr 1, 2024
1 parent 1806be9 commit 21d2a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twocaptcha/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TimeoutException(SolverExceptions):
class TwoCaptcha():
def __init__(self,
apiKey,
softId=None,
softId=4580,
callback=None,
defaultTimeout=120,
recaptchaTimeout=600,
Expand Down

0 comments on commit 21d2a43

Please sign in to comment.