fix(api): 修复机器人消息统计计数器逻辑
chore(logging): 移除 message_manager 各模块多余的启动日志 - 修复了 `get_bot_message_stats_by_chat` 接口中错误地将计数器重置为1而不是递增的问题。 - 清理了 `message_manager` 及其子模块中重复或不必要的启动日志,以减少日志冗余。
This commit is contained in:
committed by
Windpicker-owo
parent
1a314ac610
commit
7c89dcd625
@@ -59,7 +59,6 @@ class StreamLoopManager:
|
||||
return
|
||||
|
||||
self.is_running = True
|
||||
logger.info("流循环管理器已启动")
|
||||
|
||||
async def stop(self) -> None:
|
||||
"""停止流循环管理器"""
|
||||
|
||||
Reference in New Issue
Block a user