fix: 去除守护模式重复的网络检查
This commit is contained in:
@@ -27,7 +27,7 @@ func Guardian(output bool) {
|
||||
}()
|
||||
if !util.Checker.NetOk() {
|
||||
util.Log.Println("Network down, trying to login")
|
||||
_ = Login(output)
|
||||
_ = Login(output, true)
|
||||
} else {
|
||||
if global.Config.Settings.DemoMode {
|
||||
util.Log.Println("Network ok")
|
||||
|
||||
Reference in New Issue
Block a user