fix(statistics): fix rank_history use country rank

This commit is contained in:
MingxuanGame
2025-08-21 09:07:45 +00:00
parent 068697355f
commit 49aa5edc96

View File

@@ -163,6 +163,7 @@ async def get_rank(
if rank is None: if rank is None:
return None return None
if country is None:
today = datetime.now(UTC).date() today = datetime.now(UTC).date()
rank_history = ( rank_history = (
await session.exec( await session.exec(