URL not found when trying to run on port 5000''

前端 未结 0 1264
星月不相逢
星月不相逢 2021-02-04 08:44
app = Flask(__name__)
#rest of code here...
if __name__ == \'__main__\':
    app.run(debug=True, port=5000 

When trying to access localhost:5000, I get

相关标签:
回答
  • 消灭零回复
提交回复
热议问题