This commit is contained in:
mwiegand 2022-06-01 17:12:13 +02:00
parent c78bd5cf5d
commit 47a2cc2ea3

View file

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