Skip to content

Commit c8fad70

Browse files
committed
Fix CaptchaAI answer being same as 2cap
1 parent d0174ab commit c8fad70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

captchatools-go/captchaai.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (t CaptchaAi) getCaptchaAnswer(ctx context.Context, additional ...*Addition
114114
response.Request,
115115
t.Api_key,
116116
t.CaptchaType,
117-
TwoCaptchaSite, //TODO change this
117+
CaptchaAiSite,
118118
"",
119119
), nil
120120
}

0 commit comments

Comments
 (0)