diff options
| author | 2015-06-15 07:18:39 +0200 | |
|---|---|---|
| committer | 2015-06-15 07:18:39 +0200 | |
| commit | c9144f451b74e4d3cc67935b9e73c662ac870c6e (patch) | |
| tree | 46b0b6668cc6805d5138d9693e47c315817ffa3e /module/plugins/hooks/DownloadScheduler.py | |
| parent | [PremiumizeMe] Account version up (diff) | |
| download | pyload-c9144f451b74e4d3cc67935b9e73c662ac870c6e.tar.xz | |
Hook plugin code cosmetics (2)
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() |
