From 0a86f0c6ad2a1cceabdc0980fc41dc28431658a2 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 24 Feb 2025 17:10:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E5=A4=A95=E7=82=B930=E5=8F=91?= =?UTF-8?q?=E9=80=81=E7=A7=80=E4=BA=BA=E5=9B=BE=E5=86=8C=EF=BC=8C=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E4=B8=BA4000?= 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 44a474f..d77e2e2 100644 --- a/main.py +++ b/main.py @@ -49,7 +49,7 @@ def main(chat_type: int): robot.onEveryTime("18:00", robot.game_auto_tasks) # 秀人网每天自动下载帖子 - robot.onEveryTime("17:00", robot.xiu_ren_download_task) + robot.onEveryTime("17:30", robot.xiu_ren_download_task) # 让机器人一直跑 robot.keepRunningAndBlockProcess()