Fixed bad method reference.
This commit is contained in:
parent
df5cbfd70d
commit
cc06d8fdaf
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue