summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/SimplydebridCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-18 22:20:17 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-18 22:20:17 +0100
commit6db62380b80a144aca18335d50c724e9915d8038 (patch)
treec3e1ecd3eb930b588dd83d280fc600dd4bec074c /module/plugins/hooks/SimplydebridCom.py
parent[MultiHoster] Fix revertfailed feature (diff)
downloadpyload-6db62380b80a144aca18335d50c724e9915d8038.tar.xz
Hooks cleanup
Diffstat (limited to 'module/plugins/hooks/SimplydebridCom.py')
-rw-r--r--module/plugins/hooks/SimplydebridCom.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/hooks/SimplydebridCom.py b/module/plugins/hooks/SimplydebridCom.py
index 4d27f5ae4..a37a6eb7f 100644
--- a/module/plugins/hooks/SimplydebridCom.py
+++ b/module/plugins/hooks/SimplydebridCom.py
@@ -11,8 +11,6 @@ class SimplydebridCom(MultiHook):
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)" , "" ),
("revertfailed" , "bool" , "Revert to standard download if fails", True ),
- ("retry" , "int" , "Number of retries before revert" , 10 ),
- ("retryinterval" , "int" , "Retry interval in minutes" , 1 ),
("reload" , "bool" , "Reload plugin list" , True ),
("reloadinterval", "int" , "Reload interval in hours" , 12 )]