summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/MergeFiles.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-26 10:16:04 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-26 10:16:04 +0100
commitf1ce338ed31e49373cea5453a2fbdb6c686ca510 (patch)
tree768e83743a50688da5850e7a462472c8a73c9835 /module/plugins/hooks/MergeFiles.py
parent[UpdateManager] Update (diff)
downloadpyload-f1ce338ed31e49373cea5453a2fbdb6c686ca510.tar.xz
interval code cosmetics
Diffstat (limited to 'module/plugins/hooks/MergeFiles.py')
-rw-r--r--module/plugins/hooks/MergeFiles.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/module/plugins/hooks/MergeFiles.py b/module/plugins/hooks/MergeFiles.py
index 74bcbe3c1..2900b0d29 100644
--- a/module/plugins/hooks/MergeFiles.py
+++ b/module/plugins/hooks/MergeFiles.py
@@ -23,12 +23,9 @@ class MergeFiles(Hook):
__authors__ = [("and9000", "me@has-no-mail.com")]
- BUFFER_SIZE = 4096
-
+ interval = 0 #@TODO: Remove in 0.4.10
- #@TODO: Remove in 0.4.10
- def initPeriodical(self):
- pass
+ BUFFER_SIZE = 4096
def setup(self):