summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2016-01-03 23:02:24 +0100
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2016-01-03 23:02:24 +0100
commit0d9446035b7cfd6ae1846a4d01fa5f5aea0de56b (patch)
tree1ed554c08bf5edc1a2ba8771fdc3aaff04af4999 /module
parentSpare code cosmetics (3) (diff)
downloadpyload-0d9446035b7cfd6ae1846a4d01fa5f5aea0de56b.tar.xz
[ExternalScripts] fix #2259
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hooks/ExternalScripts.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/plugins/hooks/ExternalScripts.py b/module/plugins/hooks/ExternalScripts.py
index e8fab3b28..9c7dbdba8 100644
--- a/module/plugins/hooks/ExternalScripts.py
+++ b/module/plugins/hooks/ExternalScripts.py
@@ -45,6 +45,10 @@ class ExternalScripts(Addon):
'pyload_updated' : "pyload_updated" }
self.periodical.start(60)
+ self.periodical_task() #@NOTE: Initial scan so dont miss `pyload_start` scripts if any
+
+
+ def activate(self):
self.pyload_start()