让麦麦至少能启动

pull/908/head
UnCLAS-Prommer 2025-05-01 09:59:36 +08:00
parent 0fba84c193
commit 1b30598797
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ class MessageManager:
"""管理所有聊天流的消息容器 (不再是单例)"""
def __init__(self):
self._processor_task = None
self.containers: dict[str, MessageContainer] = {}
self.storage = MessageStorage() # 添加 storage 实例
self._running = True # 处理器运行状态