mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 06:51:34 +01:00
always update player ranks
This commit is contained in:
@@ -50,7 +50,7 @@ def sync_to_database(players, win):
|
||||
known_players[p].games += 1
|
||||
known_players[p].lastUpdate = datetime.now()
|
||||
|
||||
updatePlayerRanks()
|
||||
updatePlayerRanks(force=True)
|
||||
|
||||
#############################################################
|
||||
##################### Handle Rank Cache #####################
|
||||
|
||||
Reference in New Issue
Block a user