mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 12:33:45 +01:00
add red color to people who got banned on leaderboard
This commit is contained in:
2
main.py
2
main.py
@@ -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