diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-03 14:24:14 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-03 14:24:14 +0200 |
commit | ec093a83368aeb80691e08b5cb86e87352d5ad60 (patch) | |
tree | b3d8446adc68c28ffeb77ad314b2cec85258e643 | |
parent | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1304 (2) (diff) | |
download | pyload-ec093a83368aeb80691e08b5cb86e87352d5ad60.tar.xz |
[ExternalScripts] Fix https://github.com/pyload/pyload/issues/1307
-rw-r--r-- | module/plugins/hooks/ExternalScripts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExternalScripts.py b/module/plugins/hooks/ExternalScripts.py index 9324e306e..be0857009 100644 --- a/module/plugins/hooks/ExternalScripts.py +++ b/module/plugins/hooks/ExternalScripts.py @@ -10,7 +10,7 @@ from module.utils import fs_encode, save_join class ExternalScripts(Hook): __name__ = "ExternalScripts" __type__ = "hook" - __version__ = "0.38" + __version__ = "0.39" __config__ = [("activated", "bool", "Activated" , True ), ("waitend" , "bool", "Wait script ending", False)] |