This commit is contained in:
mwiegand 2022-06-01 17:38:33 +02:00
parent 47a2cc2ea3
commit ee2233ceae

View file

@ -13,7 +13,7 @@ app = Flask(__name__)
def home(): def home():
return str(query( return str(query(
''' '''
SELECT FROM messages SELECT * FROM messages
ORDER BY date ORDER BY date
LIMIT 10 LIMIT 10
''' '''