TETR.IO list 自动将 country 转大写

This commit is contained in:
2024-10-13 00:45:36 +08:00
parent 7a3a4d936d
commit 5eb4771259

View File

@@ -36,6 +36,7 @@ async def _(
limit: int | None = None,
country: str | None = None,
):
country = country.upper() if country is not None else None
async with trigger(
session_persist_id=await get_session_persist_id(event_session),
game_platform=GAME_TYPE,