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()