From e0d1b648a45d69b633777aead483893b975e6f4d Mon Sep 17 00:00:00 2001 From: cdle <50124752+cdle@users.noreply.github.com> Date: Fri, 24 Sep 2021 10:55:55 +0800 Subject: [PATCH] Update cron.go --- develop/qinglong/cron.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/qinglong/cron.go b/develop/qinglong/cron.go index f182316..707972b 100644 --- a/develop/qinglong/cron.go +++ b/develop/qinglong/cron.go @@ -199,7 +199,7 @@ func init() { Admin: true, Cron: "*/5 * * * *", Handle: func(s core.Sender) interface{} { - if s.GetImType() == "" && qinglong.Get("autoCronHideDuplicate", "true") == "false" { + if s.GetImType() == "fake" && qinglong.Get("autoCronHideDuplicate", "true") == "false" { return nil } w := func(s string) int {