fix: 开奖时间过滤失效

This commit is contained in:
shanmite 2021-07-18 16:52:54 +08:00
parent 11aec87eed
commit 28c2af93cf

View File

@ -90,7 +90,7 @@ class Monitor extends Public {
if (ts < 0) {
return 51
}
if (ts > (Date.now() / 1000) + config.maxday * 864e5) {
if (ts > (Date.now() / 1000) + config.maxday * 864e2) {
log.info('过滤', '开奖时间晚于指定时间')
MyStorage.updateDyid(Lottery.dyid)
continue