mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix: 开奖时间过滤失效
This commit is contained in:
parent
11aec87eed
commit
28c2af93cf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user