Browse Source

style: used gofmt

pull/162/head
Moroka8 2 months ago
parent
commit
cbfdefd499
  1. 1
      client/slider_captcha.go

1
client/slider_captcha.go

@ -272,7 +272,6 @@ func callCaptchaNotRobotWithSliderPOC(
streamID,
err,
)
// Fallback: maybe it's just a checkbox that needs a human-like check
time.Sleep(300 * time.Millisecond)
finalCheck, err2 := session.requestCheckboxCheck()
if err2 == nil && finalCheck.Status == "OK" {

Loading…
Cancel
Save