From ee60e4eb731437c3b3efaaedc203af4d8f98272d Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 20 May 2025 16:19:58 +0800 Subject: [PATCH] =?UTF-8?q?3=E7=82=B9=E8=BF=9B=E8=A1=8C=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E6=9B=B4=E6=96=B0=E5=8A=A8=E4=BD=9C?= 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 98c20c0..3ca4ee8 100644 --- a/main.py +++ b/main.py @@ -112,7 +112,7 @@ def jobs(robot: Robot): async def login_check_job(): await robot.login_twice_auto_auth() - @async_job.at_times(["11:15"]) + @async_job.at_times(["05:00"]) async def update_image_cache_job(): logger.info("开始执行图片缓存更新任务") manager = ImageCacheManager("/mnt/nfs_share") # 替换为你的图片目录