🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-07-07 16:27:55 +00:00
parent 08ae2e83e3
commit 723870bcde

View File

@@ -310,7 +310,9 @@ class NormalChat:
try:
# 在处理每个消息前检查停止状态
if self._disabled:
logger.debug(f"[{self.stream_name}] 处理消息时检测到停用,跳过消息 {msg_id}")
logger.debug(
f"[{self.stream_name}] 处理消息时检测到停用,跳过消息 {msg_id}"
)
return
# 处理消息