From 2c5b38ed9181a828b04fdaed745c5233c847d3dd Mon Sep 17 00:00:00 2001 From: Liu Date: Fri, 7 Mar 2025 22:00:17 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.py b/robot.py index bd58333..daba3a1 100644 --- a/robot.py +++ b/robot.py @@ -627,7 +627,7 @@ class Robot(Job): try: # 每天下载10组图,然后发一个帖子PDF meitu_dowload_pub_pic() - meitu_dowload_heisi_pic() + # meitu_dowload_heisi_pic() except Exception as e: self.LOG.error(f"xiu_ren_download_task error:{e}")