diff options
author | 2015-03-26 10:16:04 +0100 | |
---|---|---|
committer | 2015-03-26 10:16:04 +0100 | |
commit | f1ce338ed31e49373cea5453a2fbdb6c686ca510 (patch) | |
tree | 768e83743a50688da5850e7a462472c8a73c9835 /module/plugins/hooks/DownloadScheduler.py | |
parent | [UpdateManager] Update (diff) | |
download | pyload-f1ce338ed31e49373cea5453a2fbdb6c686ca510.tar.xz |
interval code cosmetics
Diffstat (limited to 'module/plugins/hooks/DownloadScheduler.py')
-rw-r--r-- | module/plugins/hooks/DownloadScheduler.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/module/plugins/hooks/DownloadScheduler.py b/module/plugins/hooks/DownloadScheduler.py index 5f9388b57..9c74ac1d4 100644 --- a/module/plugins/hooks/DownloadScheduler.py +++ b/module/plugins/hooks/DownloadScheduler.py @@ -21,9 +21,7 @@ class DownloadScheduler(Hook): ("stickell", "l.stickell@yahoo.it")] - #@TODO: Remove in 0.4.10 - def initPeriodical(self): - pass + interval = 0 #@TODO: Remove in 0.4.10 def setup(self): |