summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addon/DownloadScheduler.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-11 01:04:07 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-11 01:04:07 +0100
commit1b2591b0650a6a0be1ad41022f6019d17192f195 (patch)
treedbd2158b96141ef9354b5cd5edaead28978d65e7 /pyload/plugins/addon/DownloadScheduler.py
parentSupport new key attributes (diff)
downloadpyload-1b2591b0650a6a0be1ad41022f6019d17192f195.tar.xz
Rename some Addon methods
Diffstat (limited to 'pyload/plugins/addon/DownloadScheduler.py')
-rw-r--r--pyload/plugins/addon/DownloadScheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/addon/DownloadScheduler.py b/pyload/plugins/addon/DownloadScheduler.py
index 5adbdc33e..95cede509 100644
--- a/pyload/plugins/addon/DownloadScheduler.py
+++ b/pyload/plugins/addon/DownloadScheduler.py
@@ -25,7 +25,7 @@ class DownloadScheduler(Addon):
self.cb = None #: callback to scheduler job; will be by removed AddonManager when addon unloaded
- def coreReady(self):
+ def activate(self):
self.updateSchedule()