From 206ec83f653bea5be0803afead59569572ce18ce Mon Sep 17 00:00:00 2001 From: Liu Date: Wed, 19 Mar 2025 19:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=87=8D=E5=A4=8D=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=8F=92=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= 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 e917f75..d0e3e39 100644 --- a/main.py +++ b/main.py @@ -45,7 +45,7 @@ def main(chat_type: int): robot.onEveryTime("15:00", robot.generate_sehuatang_pdf) # 游戏的定时任务每小时执行 - robot.onEveryTime("19:45", robot.game_auto_tasks) + robot.onEveryTime("17:58", robot.game_auto_tasks) # 秀人网每天自动下载帖子 robot.onEveryTime("01:30", robot.xiu_ren_download_task)