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