mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-09 07:58:32 +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].games += 1
|
||||||
known_players[p].lastUpdate = datetime.now()
|
known_players[p].lastUpdate = datetime.now()
|
||||||
|
|
||||||
updatePlayerRanks()
|
updatePlayerRanks(force=True)
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
##################### Handle Rank Cache #####################
|
##################### Handle Rank Cache #####################
|
||||||
|
|||||||
Reference in New Issue
Block a user