From 407e4bff55544ee6c0ed67939d66db8cf99ddfcc Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Wed, 13 Oct 2021 21:17:23 +0800 Subject: [PATCH] update --- 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 ad33470..c619f37 100644 --- a/develop/qinglong/cron.go +++ b/develop/qinglong/cron.go @@ -318,7 +318,7 @@ func GetCronID(s core.Sender, keyword string) (*Cron, error) { } } } else { - cron = cs[1] + cron = cs[0] } return &cron, nil }