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,