This commit is contained in:
depreciate 2019-02-05 11:39:48 +10:30
parent 19f4d987ac
commit dcb4d3db8d
1 changed files with 2 additions and 1 deletions

View File

@ -85,8 +85,9 @@ def getUserStatsRx(userID, gameMode):
:return: dictionary with result
"""
modeForDB = gameModes.getGameModeForDB(gameMode)
# Get stats
stats = glob.db.fetch("""SELECT
stats = glob.db.fetch("""SELECT
ranked_score_{gm}_rx AS rankedScore,
avg_accuracy_{gm}_rx AS accuracy,
playcount_{gm}_rx AS playcount,