From 9f564f5b75ee65e3850862ee2d0dfd877d4b68b7 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 27 Mar 2025 16:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4sht?= 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 d1ba6d6..07e744f 100644 --- a/main.py +++ b/main.py @@ -42,7 +42,7 @@ def main(chat_type: int): robot.onEveryTime("09:30", robot.generate_and_send_ranking) # sehuatang - robot.onEveryTime("15:00", robot.generate_sehuatang_pdf) + robot.onEveryTime("16:30", robot.generate_sehuatang_pdf) # 游戏的定时任务每小时执行 robot.onEveryTime("17:58", robot.game_auto_tasks)