diff --git a/main.py b/main.py index e917f75..d0e3e39 100644 --- a/main.py +++ b/main.py @@ -45,7 +45,7 @@ def main(chat_type: int): robot.onEveryTime("15:00", robot.generate_sehuatang_pdf) # 游戏的定时任务每小时执行 - robot.onEveryTime("19:45", robot.game_auto_tasks) + robot.onEveryTime("17:58", robot.game_auto_tasks) # 秀人网每天自动下载帖子 robot.onEveryTime("01:30", robot.xiu_ren_download_task)