This commit is contained in:
mwiegand 2022-06-01 17:44:03 +02:00
parent 345bf72ba2
commit 0a6641847d

View file

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