Skip to content

Commit 052e08a

Browse files
committed
Update gacha timer data
1 parent ec33586 commit 052e08a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ async def dump_current_events(
444444
g
445445
for g in raw_gacha_entities
446446
if is_recent(now, g.mstGacha.openedAt, g.mstGacha.closedAt, None, 14, 3)
447+
or (g.mstGacha.openedAt < now < g.mstGacha.closedAt)
447448
]
448449
nice_gachas = get_all_nice_gachas(recent_gacha_entities, util.lang)
449450
masterMissions: list[NiceMasterMission] = []

0 commit comments

Comments
 (0)