diff --git a/cron.go b/cron.go index 74024f9..d2e79a7 100644 --- a/cron.go +++ b/cron.go @@ -61,5 +61,6 @@ func cronGetHammerTime() { if err != nil { return } + clt.Mux.Unlock() clientSendCWMsg(clt.TGUserID64, `/time`, 0) }