🎈 perf: 支持自定义 PyPI 软件仓库地址

fixes: #1165
This commit is contained in:
Soulter
2025-04-14 21:19:36 +08:00
parent 068d9ca60b
commit 3756cb766e
7 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ class AstrBotCoreLifecycle:
await self.pipeline_scheduler.initialize()
# 初始化更新器
self.astrbot_updator = AstrBotUpdator(self.astrbot_config["plugin_repo_mirror"])
self.astrbot_updator = AstrBotUpdator()
# 初始化事件总线
self.event_bus = EventBus(self.event_queue, self.pipeline_scheduler)