test
This commit is contained in:
parent
f2f7354ad1
commit
ffda419e1d
@ -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)) {
|
if cwm.RealTime.After(m.Date.Add(5*time.Minute)) || cwm.RealTime.Before(m.Date.Add(5*time.Minute)) {
|
||||||
w := TGCommand{
|
w := TGCommand{
|
||||||
Type: commandSendMsg,
|
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,
|
ToUserID64: cfg.Bot.Admin,
|
||||||
}
|
}
|
||||||
TGCmdQueue <- w
|
TGCmdQueue <- w
|
||||||
|
Loading…
Reference in New Issue
Block a user