From 4cc942d226ec47081b7992be78aa2a298b3c1c21 Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Sat, 17 Aug 2024 19:50:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=2040l=20=E6=97=A0=20ho?= =?UTF-8?q?ld=20=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/base/solo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/base/solo.py b/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/base/solo.py index 37a3c9d..f64b5d8 100644 --- a/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/base/solo.py +++ b/nonebot_plugin_tetris_stats/games/tetrio/api/schemas/base/solo.py @@ -21,7 +21,7 @@ class Stats(BaseModel): level_lines: int level_lines_needed: int inputs: int - holds: int + holds: int = 0 time: Time | None = None # ?: 不知道是之后都没有了还是还会有 score: int zenlevel: int