🤖 自动格式化代码 [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
# 处理消息
|
||||
|
||||
Reference in New Issue
Block a user