🐛 修复 io record 解析错误的bug

This commit is contained in:
2023-11-14 09:02:22 +08:00
parent 7fa498de48
commit f27d7b4440

View File

@@ -46,7 +46,7 @@ class EndContext(BaseModel):
level_lines: int
level_lines_needed: int
inputs: int
holds: int
holds: int | None
time: Time
score: int
zenlevel: int