From aae2d1beae77d8b23e121454d17d85cd95c3dd68 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 24 Feb 2025 15:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E5=A4=A9=E5=8F=91=E6=94=BE=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E4=BB=BB=E5=8A=A1?= 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 7f75528..5c11906 100644 --- a/main.py +++ b/main.py @@ -46,7 +46,7 @@ def main(chat_type: int): robot.onEveryTime("15:00", robot.generateSehuatangPdf) # 游戏的定时任务每小时执行 - robot.onEveryHours(3, robot.game_auto_tasks) + robot.onEveryTime("18:00", robot.game_auto_tasks) # 让机器人一直跑 robot.keepRunningAndBlockProcess()