Browse Source

修改執行port

Mike 3 years ago
parent
commit
e2c92d32db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      run.py

+ 1 - 1
run.py

@@ -5,4 +5,4 @@ app = create_app()
 
 
 if __name__ == '__main__':
-    app.run(host='0.0.0.0', debug=True, port=9000)
+    app.run(host='0.0.0.0', debug=True, port=9001)