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"