diff --git a/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/leaderboards/by.py b/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/leaderboards/by.py index e30031a..8bcf43f 100644 --- a/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/leaderboards/by.py +++ b/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/leaderboards/by.py @@ -16,16 +16,17 @@ class BaseLeague(BaseModel): bestrank: ValidRank glicko: float rd: float - pps: float decaying: bool class InvalidLeague(BaseLeague): + pps: float | None apm: None vs: None class League(BaseLeague): + pps: float apm: float vs: float