This commit is contained in:
mwiegand 2022-06-01 17:42:14 +02:00
parent 6c770542b6
commit 345bf72ba2

View file

@ -11,7 +11,7 @@ app = Flask(__name__)
@app.route('/')
def home():
return str(query(
return str(row for row in query(
'''
SELECT * FROM messages
'''