mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-06-02 14:45:36 +02:00
add red color to people who got banned on leaderboard
This commit is contained in:
@@ -189,7 +189,7 @@ def leaderboard():
|
||||
|
||||
cur = get_db().cursor()
|
||||
|
||||
cur.execute("SELECT grass_touching_count, username FROM USERS ORDER BY grass_touching_count DESC, username ASC LIMIT 25")
|
||||
cur.execute("SELECT grass_touching_count, banned, username FROM USERS ORDER BY grass_touching_count DESC, username ASC LIMIT 25")
|
||||
|
||||
users = cur.fetchall()
|
||||
if not users:
|
||||
|
||||
Reference in New Issue
Block a user