From ea5b8a83974c6715e44610d0481ad5c693fcb601 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 18 Dec 2019 10:48:12 +0800 Subject: [PATCH] fix cron --- cron.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.go b/cron.go index 4695c69..2fd5a2a 100644 --- a/cron.go +++ b/cron.go @@ -62,5 +62,5 @@ func cronGetHammerTime() { return } clt.Mux.Unlock() - clientSendCWMsg(clt.TGUserID64, `/time`, 0) + clientSendCWMsgDelay(clt.TGUserID64, `/time`, 0) }