Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaodice committed Jan 4, 2025
1 parent 6e82d77 commit ed0086e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/gocq/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,8 @@ func LoginInteract() {
}
saveToken()
break
} else {
log.Warnf("快速重连失败: %v, 正在重试.", err)
}
log.Warnf("快速重连失败: %v, 正在重试.", err)
}
})
saveToken()
Expand Down

0 comments on commit ed0086e

Please sign in to comment.