Skip to content

Commit

Permalink
Update tcmethods.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaph committed May 16, 2023
1 parent b82ba77 commit f69a410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcmethods.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func twoCaptchaMethods(solver *Solver, preferredDomain string) *solveMethods {
d := domain()

base["key"] = solver.ApiKey
base["soft_id"] = 3413
base["soft_id"] = 3891

body, err := postQuery(d+"/in.php", base)
if err != nil {
Expand Down

0 comments on commit f69a410

Please sign in to comment.