def play_page():
"""Returns the play page"""
session.permanent = True
if 'tracks' not in session:
session['tracks'] = {}
if 'id' not in session:
session['id'] = uuid4().int
return app.send_static_file('play.html')
## Admin
评论列表
文章目录