oh i see the problem now
This commit is contained in:
parent
ad9c462ae4
commit
d45e6cabcf
|
@ -157,7 +157,7 @@ def getMaxCombo(userID, gameMode):
|
|||
:return: dictionary with result
|
||||
"""
|
||||
# Get stats
|
||||
maxcombo = glob.db.fetch("""SELECT max_combo FROM scores WHERE userid = %s AND play_mode = %s ORDER BY max_combo DESC LIMIT 1""".format([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""".format([userID], gameMode])
|
||||
|
||||
# Return stats + game rank
|
||||
return maxcombo
|
||||
|
|
Loading…
Reference in New Issue
Block a user