This commit is contained in:
eatmoreapple 2023-01-10 14:27:28 +08:00
parent 200c5be4ff
commit 102af677ff

View File

@ -19,7 +19,6 @@ func (s *SacnLogin) Login(bot *Bot) error {
// checkLogin 该方法会一直阻塞,直到用户扫码登录,或者二维码过期
func (s *SacnLogin) checkLogin(bot *Bot, uuid string) error {
bot.uuid = uuid
bot.uuid = uuid
loginChecker := &LoginChecker{
Bot: bot,