Browse Source

set flask web 9000 port

weichen 4 years ago
parent
commit
f883a6fd50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      run.py

+ 1 - 1
run.py

@@ -2,4 +2,4 @@ from backstage import app
 
 
 if __name__ == '__main__':
-    app.run(debug=True)
+    app.run(debug=True, port=9000)