This commit is contained in:
cdle
2021-09-30 19:25:09 +08:00
parent 9d383f0dd5
commit 1daf223206
+1 -1
View File
@@ -54,7 +54,7 @@ func initSys() {
Cron: "*/1 * * * *",
Admin: true,
Handle: func(s Sender) interface{} {
if !sillyGirl.GetBool("auto_update", false) {
if !sillyGirl.GetBool("auto_update", true) {
return nil
}
s.Reply("开始检查核心更新...", E)