mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix smaple code
This commit is contained in:
parent
5fa7b45d1d
commit
5ea6a325ee
@ -36,7 +36,7 @@ class ScheduledTaskPlugin(ScheduleMixin, SettingsMixin, IntegrationPluginBase):
|
||||
'minutes': 45,
|
||||
},
|
||||
'world': {
|
||||
'func': 'plugin.samples.integration.scheduled_task.print_hello',
|
||||
'func': 'plugin.samples.integration.scheduled_task.print_world',
|
||||
'schedule': 'H',
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user