From 5b7f8389c3b6931145a4160400396f1722db70a4 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Sun, 26 Sep 2021 16:54:34 +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 b4c489e..6b0bda5 100644 --- a/im/qq/main.go +++ b/im/qq/main.go @@ -47,6 +47,7 @@ func start() { conf.Account.Uin = int64(qq.GetInt("uin", 0)) conf.Account.Password = qq.Get("password") conf.Message.ReportSelfMessage = true + conf.Account.ReLogin.MaxTimes = 30 conf.Database = map[string]yaml.Node{ "leveldb": { Kind: 4,