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}")