diff --git a/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/summaries/league.py b/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/summaries/league.py index 2b0a4f0..f2ba497 100644 --- a/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/summaries/league.py +++ b/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/summaries/league.py @@ -7,7 +7,7 @@ from ..base import SuccessModel class PastInner(BaseModel): season: str username: str - country: str + country: str | None = None placement: int gamesplayed: int gameswon: int