mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🐛 修国家为空爆炸
This commit is contained in:
@@ -7,7 +7,7 @@ from ..base import SuccessModel
|
||||
class PastInner(BaseModel):
|
||||
season: str
|
||||
username: str
|
||||
country: str
|
||||
country: str | None = None
|
||||
placement: int
|
||||
gamesplayed: int
|
||||
gameswon: int
|
||||
|
||||
Reference in New Issue
Block a user