wip
This commit is contained in:
parent
6c770542b6
commit
345bf72ba2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ app = Flask(__name__)
|
|||
|
||||
@app.route('/')
|
||||
def home():
|
||||
return str(query(
|
||||
return str(row for row in query(
|
||||
'''
|
||||
SELECT * FROM messages
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue