Skip to content

Commit

Permalink
address #85
Browse files Browse the repository at this point in the history
  • Loading branch information
KJHJason committed Mar 9, 2024
1 parent 4fcd109 commit 5e61e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/fantia/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ func autoSolveCaptcha(dlOptions *FantiaDlOptions) error {
utils.FANTIA_RECAPTCHA_URL,
)
} else {
fullErr := fmt.Errorf("fantia error %d: failed to solve reCAPTCHA for Fantia, more info => %v", utils.CAPTCHA_ERROR, err)
utils.LogError(fullErr, "", false, utils.ERROR)
fmtErr = fmt.Errorf("fantia error %d: failed to solve reCAPTCHA for Fantia, more info => %v", utils.CAPTCHA_ERROR, err)
utils.LogError(fmtErr, "", false, utils.ERROR)
}

progress.ErrMsg = fmtErr.Error() + "\n"
Expand Down

0 comments on commit 5e61e5a

Please sign in to comment.