summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Pavion <Pavion@users.noreply.github.com> 2015-08-05 20:04:06 +0200
committerGravatar Pavion <Pavion@users.noreply.github.com> 2015-08-05 20:04:06 +0200
commit3c23d616b55f95e5f383d18c24f2ca875312ed20 (patch)
treeb773c316950b36ae3ca0ac7c3fe004dfbfe017a0 /module
parentFix https://github.com/pyload/pyload/issues/1707 (diff)
downloadpyload-3c23d616b55f95e5f383d18c24f2ca875312ed20.tar.xz
HotFolder.py fix for not being periodical anymore
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hooks/HotFolder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hooks/HotFolder.py b/module/plugins/hooks/HotFolder.py
index 84db4db17..d1820b224 100644
--- a/module/plugins/hooks/HotFolder.py
+++ b/module/plugins/hooks/HotFolder.py
@@ -29,6 +29,7 @@ class HotFolder(Addon):
def init(self):
self.interval = 30
+ self.init_periodical()
def periodical(self):