Explorar el Código

set flask web 9000 port

weichen hace 4 años
padre
commit
f883a6fd50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)