From 825384ce4b7622c098ca169782a27ef1eb70b343 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Sun, 17 Oct 2021 22:28:40 +0800 Subject: [PATCH] update --- im/qq/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/im/qq/main.go b/im/qq/main.go index ce3b1c5..fc32040 100644 --- a/im/qq/main.go +++ b/im/qq/main.go @@ -50,6 +50,7 @@ func start() { conf.Account.Password = qq.Get("password") conf.Message.ReportSelfMessage = true conf.Account.ReLogin.MaxTimes = 30 + conf.Output.Debug = true conf.Database = map[string]yaml.Node{ "leveldb": { Kind: 4,