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" # "custom_ui.tasks.all"
# ], # ],
"daily": [ "daily": [
"custom_ui.scheduled_tasks.daily" "custom_ui.scheduled_tasks.daily_task"
], ],
# "hourly": [ # "hourly": [
# "custom_ui.tasks.hourly" # "custom_ui.tasks.hourly"