feat: 插件加载阶段前置 (#681)

This commit is contained in:
RockChinQ
2024-03-19 22:48:02 +08:00
parent 7677672691
commit f53070d8b6
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -80,7 +80,6 @@ class Application:
pass
async def run(self):
await self.plugin_mgr.load_plugins()
await self.plugin_mgr.initialize_plugins()
tasks = []