🐛 修最佳段位为 z 爆炸

This commit is contained in:
2024-08-17 04:31:14 +08:00
parent d192f0506d
commit 8e10cfe0d0
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class Data(BaseModel):
gxe: float gxe: float
tr: float tr: float
rank: Rank rank: Rank
bestrank: ValidRank = Field('z') bestrank: Rank = Field('z')
apm: float apm: float
pps: float pps: float
vs: float vs: float

View File

@@ -53,7 +53,7 @@ class TetraLeagueStatistic(BaseModel):
class TetraLeague(BaseModel): class TetraLeague(BaseModel):
rank: Rank rank: Rank
highest_rank: ValidRank highest_rank: Rank
tr: Number tr: Number