mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-04 21:06:03 +00:00
feat: 添加多个可视化编辑schema
This commit is contained in:
@@ -184,7 +184,8 @@ class PlatformManager:
|
||||
tasks.append(exception_wrapper(adapter))
|
||||
|
||||
for task in tasks:
|
||||
asyncio.create_task(task)
|
||||
async_task = asyncio.create_task(task)
|
||||
self.ap.asyncio_tasks.append(async_task)
|
||||
|
||||
except Exception as e:
|
||||
self.ap.logger.error('平台适配器运行出错: ' + str(e))
|
||||
|
||||
Reference in New Issue
Block a user