From 75de5bd3044c8b42b7925b7f4023b3e4e024f4b7 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 20 May 2025 10:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95jobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index fc95238..3b02850 100644 --- a/main.py +++ b/main.py @@ -78,6 +78,7 @@ def jobs(robot: Robot): @async_job.at_times(["10:36"]) async def test_job(): + logger.info("测试jobs") await robot.job_test() # # # # # epic