This commit is contained in:
cdle
2021-09-26 16:54:34 +08:00
parent 06a594dcfc
commit 5b7f8389c3
+1
View File
@@ -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,