try that
This commit is contained in:
parent
37a2f64073
commit
8618d1cf5c
|
@ -160,7 +160,7 @@ def getMaxCombo(userID, gameMode):
|
|||
maxcombo = glob.db.fetch("SELECT max_combo FROM scores WHERE userid = %s AND play_mode = %s ORDER BY max_combo DESC LIMIT 1", [userID, gameMode])
|
||||
|
||||
# Return stats + game rank
|
||||
return maxcombo
|
||||
return maxcombo["max_combo"]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user