mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-06 20:13:50 +08:00
fix typo.
This commit is contained in:
parent
a979c46563
commit
6879197107
@ -160,7 +160,7 @@ func (s *webServer) Dologin() {
|
||||
continue
|
||||
}
|
||||
log.Warnf("请前往 -> %v <- 验证并重启Bot.", rsp.VerifyUrl)
|
||||
log.Infof(" 按 Enter 继续....")
|
||||
log.Infof("按 Enter 继续....")
|
||||
_, _ = s.Console.ReadString('\n')
|
||||
os.Exit(0)
|
||||
return
|
||||
@ -170,7 +170,7 @@ func (s *webServer) Dologin() {
|
||||
log.Infof(" (http://%s:%d/admin/do_web_write 确认后继续)....", conf.WebUi.Host, conf.WebUi.WebUiPort)
|
||||
text = <-WebInput
|
||||
} else {
|
||||
log.Infof(" 按 Enter 继续....")
|
||||
log.Infof("按 Enter 继续....")
|
||||
_, _ = s.Console.ReadString('\n')
|
||||
}
|
||||
log.Info(text)
|
||||
@ -178,7 +178,7 @@ func (s *webServer) Dologin() {
|
||||
return
|
||||
case client.OtherLoginError, client.UnknownLoginError:
|
||||
log.Warnf("登录失败: %v", rsp.ErrorMessage)
|
||||
log.Infof(" 按 Enter 继续....")
|
||||
log.Infof("按 Enter 继续....")
|
||||
_, _ = s.Console.ReadString('\n')
|
||||
os.Exit(0)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user