def create_app(redis_url): socketio = SocketIO(logger=True) app = Flask(__name__) app.config.from_object(config) @app.route("/") def index(): return ...
確定! 回上一頁