Flask send_file not sending file. You need to return the result of send_file : @app.route('/', methods=["GET", "POST"]) def index(): if request.method ...
確定! 回上一頁