mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 08:28:03 +08:00
ruff format
This commit is contained in:
@ -7,4 +7,4 @@ ext_socketio = SocketIO()
|
||||
|
||||
|
||||
def init_app(app: DifyApp):
|
||||
ext_socketio.init_app(app, async_mode='gevent', cors_allowed_origins=dify_config.CONSOLE_CORS_ALLOW_ORIGINS)
|
||||
ext_socketio.init_app(app, async_mode="gevent", cors_allowed_origins=dify_config.CONSOLE_CORS_ALLOW_ORIGINS)
|
||||
|
||||
Reference in New Issue
Block a user