From cc06d8fdaf9dbde4f60a17993c5f1df517b22218 Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Mon, 9 Feb 2026 12:59:04 -0500 Subject: [PATCH] Fixed bad method reference. --- custom_ui/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_ui/hooks.py b/custom_ui/hooks.py index ec0acc3..735501d 100644 --- a/custom_ui/hooks.py +++ b/custom_ui/hooks.py @@ -259,7 +259,7 @@ scheduler_events = { # "custom_ui.tasks.all" # ], "daily": [ - "custom_ui.scheduled_tasks.daily" + "custom_ui.scheduled_tasks.daily_task" ], # "hourly": [ # "custom_ui.tasks.hourly"