Update ranking.py
This commit is contained in:
@@ -342,7 +342,7 @@ async def get_user_ranking(
|
|||||||
wheres = [
|
wheres = [
|
||||||
col(UserStatistics.mode) == ruleset,
|
col(UserStatistics.mode) == ruleset,
|
||||||
col(UserStatistics.pp) > 0,
|
col(UserStatistics.pp) > 0,
|
||||||
col(UserStatistics.is_ranked) == True,
|
col(UserStatistics.is_ranked),
|
||||||
]
|
]
|
||||||
include = ["user"]
|
include = ["user"]
|
||||||
if sort == "performance":
|
if sort == "performance":
|
||||||
|
|||||||
Reference in New Issue
Block a user