Skip to content

Commit

Permalink
Added DefaultSoftId
Browse files Browse the repository at this point in the history
  • Loading branch information
PBadicean authored Jun 4, 2024
1 parent ce8bca9 commit e29cf68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api2captcha.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (

const (
BaseURL = "https://2captcha.com"
DefaultSoftId = 4583
)

type (
Expand Down Expand Up @@ -217,6 +218,7 @@ func NewClient(apiKey string) *Client {
return &Client{
BaseURL: base,
ApiKey: apiKey,
SoftId: DefaultSoftId,
DefaultTimeout: 120,
PollingInterval: 10,
RecaptchaTimeout: 600,
Expand Down

0 comments on commit e29cf68

Please sign in to comment.