This commit is contained in:
aozhiwei 2024-07-20 16:02:16 +08:00
parent 654fc17788
commit 8ad8174bd1

View File

@ -27,7 +27,7 @@ func (this* contribution) calc() {
nowTime = f5.GetApp().GetRealSeconds()
daySeconds := q5.GetDaySeconds(nowTime, 0)
sleepTime := daySeconds + 3600 * 24 - nowTime
sleepTime := daySeconds + 3600 * 24 - nowTime + 3
time.Sleep(time.Second * time.Duration(sleepTime))
}
}