Merge pull request #908 from UnCLAS-Prommer/dev

让麦麦至少能启动
pull/909/head
UnCLAS-Prommer 2025-05-01 10:00:14 +08:00 committed by GitHub
commit 262b3a536c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 # 处理器运行状态