wip
This commit is contained in:
parent
345bf72ba2
commit
0a6641847d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue