diff options
Diffstat (limited to 'module/plugins/hooks/DownloadScheduler.py')
-rw-r--r-- | module/plugins/hooks/DownloadScheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/DownloadScheduler.py b/module/plugins/hooks/DownloadScheduler.py index 314e5913e..773de7c4b 100644 --- a/module/plugins/hooks/DownloadScheduler.py +++ b/module/plugins/hooks/DownloadScheduler.py @@ -29,7 +29,7 @@ class DownloadScheduler(Hook): self.cb = None # callback to scheduler job; will be by removed hookmanager when hook unloaded - def coreReady(self): + def activate(self): self.updateSchedule() |