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

fix panic.

This commit is contained in:
Mrs4s 2020-12-27 15:06:08 +08:00
parent ad51264efa
commit f7144523d9

View File

@ -139,7 +139,7 @@ func (s *webServer) Dologin() {
log.Warn("请输入Ticket (Enter 提交)")
text = readLine()
rsp, err = cli.SubmitTicket(strings.TrimSpace(text))
return
continue
}
if strings.Contains(text, "3") {
cli.AllowSlider = false