Skip to content

Commit

Permalink
chore: prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 16, 2025
1 parent 6d137bf commit 01b4270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bypasscf.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ async function login(page, username, password, retryCount = 3) {
);
} else {
throw new Error(
`非超时错误,也不是密码错误,可能是IP导致,需使用中国或美国IP,失败用户 ${username},错误信息:${alertText}`
`非超时错误,也不是密码错误,可能是IP导致,需使用中国美国香港台湾IP,失败用户 ${username},错误信息:${alertText}`
);
}
} else {
Expand Down

0 comments on commit 01b4270

Please sign in to comment.