From 89e89e9d9963e80f2094bc5a8f07f9bed930d2f7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 13:27:06 +0000 Subject: [PATCH] :rotating_light: auto fix by pre-commit hooks --- zhenxun/builtin_plugins/scheduler_admin/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhenxun/builtin_plugins/scheduler_admin/handlers.py b/zhenxun/builtin_plugins/scheduler_admin/handlers.py index 32cdb8e4..8bc54287 100644 --- a/zhenxun/builtin_plugins/scheduler_admin/handlers.py +++ b/zhenxun/builtin_plugins/scheduler_admin/handlers.py @@ -78,7 +78,7 @@ async def handle_view( img = await presenters.format_schedule_list_as_image( schedules=schedules, title=title, - current_page=page.result if page.available else 1 + current_page=page.result if page.available else 1, ) await MessageUtils.build_message(img).send(reply_to=True)