d
This commit is contained in:
parent
19f4d987ac
commit
dcb4d3db8d
|
@ -85,6 +85,7 @@ def getUserStatsRx(userID, gameMode):
|
||||||
:return: dictionary with result
|
:return: dictionary with result
|
||||||
"""
|
"""
|
||||||
modeForDB = gameModes.getGameModeForDB(gameMode)
|
modeForDB = gameModes.getGameModeForDB(gameMode)
|
||||||
|
|
||||||
# Get stats
|
# Get stats
|
||||||
stats = glob.db.fetch("""SELECT
|
stats = glob.db.fetch("""SELECT
|
||||||
ranked_score_{gm}_rx AS rankedScore,
|
ranked_score_{gm}_rx AS rankedScore,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user