mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
fix smaple code
This commit is contained in:
@ -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',
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user