This commit is contained in:
mwiegand 2022-06-01 17:41:31 +02:00
parent ee2233ceae
commit 6c770542b6

View file

@ -14,7 +14,5 @@ def home():
return str(query(
'''
SELECT * FROM messages
ORDER BY date
LIMIT 10
'''
).rows)