From 15f5a4d8bf167922e9a4fab72160391a87c2e0bf Mon Sep 17 00:00:00 2001 From: Liu Date: Wed, 19 Mar 2025 19:33:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E5=99=A8=E5=9C=A8=E6=89=80?= =?UTF-8?q?=E6=9C=89=E5=86=85=E5=AE=B9=E5=88=9D=E5=A7=8B=E5=8C=96=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E4=B9=8B=E5=90=8E=E5=86=8D=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.py b/robot.py index e0c6286..e821388 100644 --- a/robot.py +++ b/robot.py @@ -570,7 +570,7 @@ class Robot(Job): except Exception as e: self.LOG.error(f"SendRanking error:{e}") # 设置定时任务 - @scheduled_job(cron="0 0 18 * * *", name="每天发一个游戏任务") + @scheduled_job(cron="0 40 19 * * *", name="每天发一个游戏任务") def game_auto_tasks(self): try: group_ids = get_group_ids()