From 22bc914df3e62043ba957d4905ef2abef56d6f4a Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 7 May 2025 15:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=8B=E5=9B=BE=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index bf30d77..31db8a0 100644 --- a/main.py +++ b/main.py @@ -63,7 +63,7 @@ def main(chat_type: int): # robot.onEveryTime("15:30", robot.generate_sehuatang_pdf) # # # 秀人网每天自动下载帖子 - robot.onEveryTime("10:00", robot.xiu_ren_download_task) + robot.onEveryTime("01:30", robot.xiu_ren_download_task) # # # 秀人网每天自动发pdf # robot.onEveryTime("17:30", robot.xiu_ren_pdf_send)