fix: add 429 error

This commit is contained in:
ikechan8370 2023-02-14 23:13:05 +08:00
parent e5853fdb4b
commit 4330e61dc3
2 changed files with 4 additions and 3 deletions

View file

@ -60,5 +60,5 @@ export const Config = {
'2captchaToken': '',
// http或socks5代理
proxy: PROXY,
debug: false
debug: true
}