mirror of
https://github.com/NoiTheCat/WorldTime.git
synced 2024-11-21 14:34:36 +00:00
Clarify comment
This commit is contained in:
parent
2b42e4b00d
commit
5cb898cd06
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class UserDatabase:
|
|||
GROUP BY zone
|
||||
LIMIT 10
|
||||
) as pop_zones)
|
||||
ORDER BY RANDOM() -- Randomize display order (done by consumer)
|
||||
ORDER BY RANDOM() -- Randomize display order (expected by consumer)
|
||||
""", {'guild': serverid})
|
||||
result = {}
|
||||
for row in c:
|
||||
|
|
Loading…
Reference in a new issue