pull/222/head
Aevann 2024-02-03 00:32:22 +02:00
parent 55d6ac43e5
commit 4a9efafbb0
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ def banned(v):
key = User.is_banned
else:
sort = "unban_utc"
key = User.unban_utc
key = User.unban_utc.desc()
users = users.order_by(key).offset(PAGE_SIZE * (page - 1)).limit(PAGE_SIZE)