test on staging.devrama.net

pull/143/head
Aevann 2023-04-25 13:56:21 +02:00
parent 992b6ac93f
commit f89f57cded
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ class Leaderboard:
pos13 = (pos13+1, users13[pos13][1])
except: pos13 = (len(users13)+1, 0)
print(pos13, flush=True)
return (users13_accs, pos13[0], pos13[1])
@classmethod