From 52fe2c8c3516b092e93418daf9a449706778a274 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 7 May 2025 09:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4chrome=E5=86=85=E5=AE=B9?= 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 06f167b..29c528c 100644 --- a/main.py +++ b/main.py @@ -55,7 +55,7 @@ def main(chat_type: int): # robot.onEveryTime("15:30", robot.generate_sehuatang_pdf) # # # 秀人网每天自动下载帖子 - robot.onEveryTime("01:30", robot.xiu_ren_download_task) + robot.onEveryTime("10:00", robot.xiu_ren_download_task) # # # 秀人网每天自动发pdf # robot.onEveryTime("17:30", robot.xiu_ren_pdf_send)