wip
This commit is contained in:
parent
c78bd5cf5d
commit
47a2cc2ea3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ app = Flask(__name__)
|
||||||
def home():
|
def home():
|
||||||
return str(query(
|
return str(query(
|
||||||
'''
|
'''
|
||||||
SELECT FROM steam_chat_logger
|
SELECT FROM messages
|
||||||
ORDER BY date
|
ORDER BY date
|
||||||
LIMIT 10
|
LIMIT 10
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue