def run_flask(): flask_app.run(port=FLASK_APP_PORT)
def run_flask(): flask_app.run(debug=debug, port=FLASK_APP_PORT)