From a04967107e20b7dd1d50cbd51681bed4a1775b10 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 24 Feb 2025 09:43:29 +0800 Subject: [PATCH] update bug --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b6e53ea..1ab2a31 100644 --- a/main.py +++ b/main.py @@ -46,7 +46,7 @@ def main(chat_type: int): robot.onEveryTime("15:00", robot.generateSehuatangPdf) # 游戏的定时任务每小时执行 - robot.onEveryHours("1", robot.game_auto_tasks) + robot.onEveryHours(1, robot.game_auto_tasks) # 让机器人一直跑 robot.keepRunningAndBlockProcess()