From ac88cc57c6beb01edf056670b8a1960fddbcb3fc Mon Sep 17 00:00:00 2001 From: Liu Date: Fri, 7 Mar 2025 22:02:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=B8=9D=E7=A4=BE=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8B=E8=BD=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot.py b/robot.py index daba3a1..c4424fb 100644 --- a/robot.py +++ b/robot.py @@ -637,8 +637,8 @@ class Robot(Job): pub_path = generate_pdf_from_images("xiuren") self.wcf.send_file(pub_path, "45317011307@chatroom") - heisi_path = generate_pdf_from_images("xiuren/heisi") - self.wcf.send_file(heisi_path, "45317011307@chatroom") + # heisi_path = generate_pdf_from_images("xiuren/heisi") + # self.wcf.send_file(heisi_path, "45317011307@chatroom") except Exception as e: self.LOG.error(f"xiu_ren_pdf_send error:{e}")