wip
This commit is contained in:
parent
ee2233ceae
commit
6c770542b6
1 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,5 @@ def home():
|
||||||
return str(query(
|
return str(query(
|
||||||
'''
|
'''
|
||||||
SELECT * FROM messages
|
SELECT * FROM messages
|
||||||
ORDER BY date
|
|
||||||
LIMIT 10
|
|
||||||
'''
|
'''
|
||||||
).rows)
|
).rows)
|
||||||
|
|
Loading…
Reference in a new issue