From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sat, 5 Nov 2022 19:49:08 +0000 (+0800) Subject: fix X-Git-Tag: v0.5.11~67 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=5c6589ba80b89af0d5b8a0f5dd82497565aff551;p=bili_danmu%2F.git fix --- diff --git a/CV/Var.go b/CV/Var.go index a5536e0..2434b6f 100644 --- a/CV/Var.go +++ b/CV/Var.go @@ -99,7 +99,9 @@ func (t *Common) Init() Common { } time.Sleep(time.Duration(int(v)) * time.Second) - fmt.Println(t.loadConf(*ckv)) + if e := t.loadConf(*ckv); e != nil { + fmt.Println(e) + } } }()