Esempio n. 1
0
def getfile(filename):
    return app.send_static_file(filename)
Esempio n. 2
0
def getfile(filename):
    return app.send_static_file(filename)
Esempio n. 3
0
def root():
    return app.send_static_file('player.html')
Esempio n. 4
0
def root():
    return app.send_static_file('player.html')