You need to use app.run() command in the main file like this. if __name__ == '__main__': app.run(host="0.0.0.0").
確定! 回上一頁