From 5b0660e45bc5a57e34e11d2739527dbe8592ce90 Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Sat, 17 Aug 2024 18:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E8=B5=9B=E5=AD=A3=E6=9C=80=E5=90=8E=E6=B2=A1=E6=9C=89=E6=AE=B5?= =?UTF-8?q?=E4=BD=8D=E7=88=86=E7=82=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../games/tetrio/api/schemas/summaries/league.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cca48db..b9d11e0 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 @@ -10,7 +10,7 @@ class PastInner(BaseModel): season: str username: str country: str | None = None - placement: int + placement: int | None = None gamesplayed: int gameswon: int glicko: float