mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
visual updates
This commit is contained in:
@@ -99,7 +99,7 @@ class DatabaseConnection:
|
||||
return (None, None)
|
||||
|
||||
playerInLeaderboard = player.PlayerInLeaderboard(playerRow)
|
||||
player.rank = getPlayerRank(playerInLeaderboard)
|
||||
playerInLeaderboard.rank = self.getPlayerRank(playerInLeaderboard)
|
||||
return playerInLeaderboard
|
||||
|
||||
def getPlayerRank(self, player):
|
||||
|
||||
Reference in New Issue
Block a user