summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-08 14:08:55 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-08 14:08:55 +0100
commit45295be158d77aa38e7803fbcd90d7ad4ddc7961 (patch)
tree3d75e7bf8c5c03ec3417fa68a6398ee3840a71f8
parent[ExternalScripts] Wait option (diff)
downloadpyload-45295be158d77aa38e7803fbcd90d7ad4ddc7961.tar.xz
[ExternalScripts] Wait option (2)
-rw-r--r--module/plugins/hooks/ExternalScripts.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hooks/ExternalScripts.py b/module/plugins/hooks/ExternalScripts.py
index 42f4ec481..8bd803308 100644
--- a/module/plugins/hooks/ExternalScripts.py
+++ b/module/plugins/hooks/ExternalScripts.py
@@ -12,10 +12,10 @@ from module.utils import save_join
class ExternalScripts(Hook):
__name__ = "ExternalScripts"
__type__ = "hook"
- __version__ = "0.28"
+ __version__ = "0.29"
- __config__ = [("activated", "bool", "Activated" , True),
- ("wait" , "bool", "Wait script ending", True)]
+ __config__ = [("activated", "bool", "Activated" , True ),
+ ("wait" , "bool", "Wait script ending", False)]
__description__ = """Run external scripts"""
__license__ = "GPLv3"