diff options
author | Pavion <Pavion@users.noreply.github.com> | 2015-08-05 20:04:06 +0200 |
---|---|---|
committer | Pavion <Pavion@users.noreply.github.com> | 2015-08-05 20:04:06 +0200 |
commit | 3c23d616b55f95e5f383d18c24f2ca875312ed20 (patch) | |
tree | b773c316950b36ae3ca0ac7c3fe004dfbfe017a0 /module | |
parent | Fix https://github.com/pyload/pyload/issues/1707 (diff) | |
download | pyload-3c23d616b55f95e5f383d18c24f2ca875312ed20.tar.xz |
HotFolder.py fix for not being periodical anymore
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hooks/HotFolder.py | 1 |
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): |