This commit is contained in:
2025-02-05 11:12:20 +08:00
parent 6d1042c21d
commit cbdb36456b
4 changed files with 13 additions and 12 deletions

View File

@@ -284,8 +284,8 @@ class Robot(Job):
"2.#标题2" \
"分类使用--号进行分组" + news
rsp = self.chat.get_answer(news)
for r in receivers:
rsp = self.chat.get_answer(news, r)
self.sendTextMsg(rsp, r)
def newsEnReport(self,website) -> None: