summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/SmoozedCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/SmoozedCom.py')
-rw-r--r--module/plugins/hooks/SmoozedCom.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/hooks/SmoozedCom.py b/module/plugins/hooks/SmoozedCom.py
index 9ba2daac9..cd9b2fa6e 100644
--- a/module/plugins/hooks/SmoozedCom.py
+++ b/module/plugins/hooks/SmoozedCom.py
@@ -11,8 +11,6 @@ class SmoozedCom(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 )]