I needed an endpoint that streamed the output of an external program to ... def get_page(): return flask.send_file('page.html') if __name__ ...
確定! 回上一頁