diff options
Diffstat (limited to 'module/plugins/hooks/PutdriveComHook.py')
-rw-r--r-- | module/plugins/hooks/PutdriveComHook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/PutdriveComHook.py b/module/plugins/hooks/PutdriveComHook.py index e863c2eda..d206aaf88 100644 --- a/module/plugins/hooks/PutdriveComHook.py +++ b/module/plugins/hooks/PutdriveComHook.py @@ -7,7 +7,7 @@ class PutdriveComHook(ZeveraComHook): __name__ = "PutdriveComHook" __type__ = "hook" __version__ = "0.02" - __status__ = "stable" + __status__ = "testing" __config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"), ("pluginlist" , "str" , "Plugin list (comma separated)", "" ), |