🐛 修爆炸

This commit is contained in:
2025-03-20 03:34:34 +08:00
parent 208582d313
commit 461327749f

View File

@@ -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