feat(recalculate): add scheduled job to recalculate failed scores
This commit is contained in:
@@ -2,6 +2,7 @@ from __future__ import annotations
|
||||
|
||||
from .daily_challenge import create_daily_challenge_room
|
||||
from .recalculate_banned_beatmap import recalculate_banned_beatmap
|
||||
from .recalculate_failed_score import recalculate_failed_score
|
||||
from .room import create_playlist_room, create_playlist_room_from_api
|
||||
|
||||
__all__ = [
|
||||
@@ -9,4 +10,5 @@ __all__ = [
|
||||
"create_playlist_room",
|
||||
"create_playlist_room_from_api",
|
||||
"recalculate_banned_beatmap",
|
||||
"recalculate_failed_score",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user