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