1
This commit is contained in:
parent
654fc17788
commit
8ad8174bd1
@ -27,7 +27,7 @@ func (this* contribution) calc() {
|
|||||||
|
|
||||||
nowTime = f5.GetApp().GetRealSeconds()
|
nowTime = f5.GetApp().GetRealSeconds()
|
||||||
daySeconds := q5.GetDaySeconds(nowTime, 0)
|
daySeconds := q5.GetDaySeconds(nowTime, 0)
|
||||||
sleepTime := daySeconds + 3600 * 24 - nowTime
|
sleepTime := daySeconds + 3600 * 24 - nowTime + 3
|
||||||
time.Sleep(time.Second * time.Duration(sleepTime))
|
time.Sleep(time.Second * time.Duration(sleepTime))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user