1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-06-19 14:05:03 +08:00

fix reconnect.

This commit is contained in:
Mrs4s 2021-03-27 21:53:36 +08:00
parent 798df7e9dd
commit 001d9aa0d6

View File

@ -361,6 +361,7 @@ func main() {
}
if err := cli.TokenLogin(global.AccountToken); err == nil {
saveToken()
return
}
if isQRCodeLogin {
log.Fatalf("快速重连失败")