This commit is contained in:
shoopea 2020-06-27 14:07:00 +02:00
parent f2f7354ad1
commit ffda419e1d

View File

@ -504,7 +504,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
if cwm.RealTime.After(m.Date.Add(5*time.Minute)) || cwm.RealTime.Before(m.Date.Add(5*time.Minute)) {
w := TGCommand{
Type: commandSendMsg,
Text: fmt.Sprintf("Date drifting %v => %v\n", m.Date, cwm.RealTime-m.Date),
Text: fmt.Sprintf("Date drifting %v => %v\n", m.Date, cwm.RealTime.Sub(m.Date)),
ToUserID64: cfg.Bot.Admin,
}
TGCmdQueue <- w