mirror of https://github.com/Mai-with-u/MaiBot.git
删除某个出错的typing问题但问题没有根本解决
parent
f7e155061d
commit
5246a0bb34
|
|
@ -414,7 +414,7 @@ class HeartFChatting:
|
|||
else:
|
||||
logger.warning(f"{self.log_prefix} 预生成的回复任务未生成有效内容")
|
||||
|
||||
action_message: Dict[str, Any] = message_data or target_message # type: ignore
|
||||
action_message = message_data or target_message
|
||||
if action_type == "reply":
|
||||
# 等待回复生成完毕
|
||||
if self.loop_mode == ChatMode.NORMAL:
|
||||
|
|
|
|||
Loading…
Reference in New Issue