From b8dfd3cf7221cfb05ba0b9c214a85a974d6adeeb Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 27 Mar 2025 16:40:21 +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 c328d12..4ea8ace 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("16:35", robot.generate_sehuatang_pdf) + robot.onEveryTime("15:30", robot.generate_sehuatang_pdf) # 游戏的定时任务每小时执行 robot.onEveryTime("17:58", robot.game_auto_tasks)