wip
This commit is contained in:
parent
20dc17120e
commit
11c7b068e8
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ app = Flask(__name__)
|
|||
|
||||
@app.route('/')
|
||||
def home():
|
||||
return str('RESULTS:', str(select(
|
||||
return str(select(
|
||||
'''
|
||||
SELECT * FROM messages
|
||||
ORDER BY date
|
||||
LIMIT 10
|
||||
'''
|
||||
)))
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue