Fixed bad method reference.

This commit is contained in:
rocketdebris 2026-02-09 12:59:04 -05:00
parent df5cbfd70d
commit cc06d8fdaf

View File

@ -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"