diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2016-01-03 23:02:24 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2016-01-03 23:02:24 +0100 |
commit | 0d9446035b7cfd6ae1846a4d01fa5f5aea0de56b (patch) | |
tree | 1ed554c08bf5edc1a2ba8771fdc3aaff04af4999 /module | |
parent | Spare code cosmetics (3) (diff) | |
download | pyload-0d9446035b7cfd6ae1846a4d01fa5f5aea0de56b.tar.xz |
[ExternalScripts] fix #2259
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hooks/ExternalScripts.py | 4 |
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() |