diff options
author | 2015-03-18 13:39:07 +0100 | |
---|---|---|
committer | 2015-03-18 13:39:07 +0100 | |
commit | 2bc144adb6bc2759b635e09687b27bf96074827f (patch) | |
tree | 7f33ba4952b37c6c81425786f103524084975bd7 /module/plugins/hooks/DownloadScheduler.py | |
parent | [UpdateManager] Dispatch Event on plugins update (diff) | |
download | pyload-2bc144adb6bc2759b635e09687b27bf96074827f.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hooks/DownloadScheduler.py')
-rw-r--r-- | module/plugins/hooks/DownloadScheduler.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hooks/DownloadScheduler.py b/module/plugins/hooks/DownloadScheduler.py index f24faa684..5f9388b57 100644 --- a/module/plugins/hooks/DownloadScheduler.py +++ b/module/plugins/hooks/DownloadScheduler.py @@ -27,7 +27,8 @@ class DownloadScheduler(Hook): def setup(self): - self.cb = None # callback to scheduler job; will be by removed hookmanager when hook unloaded + self.info = {} #@TODO: Remove in 0.4.10 + self.cb = None # callback to scheduler job; will be by removed hookmanager when hook unloaded def coreReady(self): |