summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addons/UpdateManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/addons/UpdateManager.py')
-rw-r--r--pyload/plugins/addons/UpdateManager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addons/UpdateManager.py b/pyload/plugins/addons/UpdateManager.py
index 381b38486..11e93c04d 100644
--- a/pyload/plugins/addons/UpdateManager.py
+++ b/pyload/plugins/addons/UpdateManager.py
@@ -32,8 +32,8 @@ class UpdateManager(Hook):
__name__ = "UpdateManager"
__version__ = "0.15"
__description__ = """Checks for updates"""
- __config__ = [("activated", "bool", "Activated", "True"),
- ("interval", "int", "Check interval in minutes", "480"),
+ __config__ = [("activated", "bool", "Activated", True),
+ ("interval", "int", "Check interval in minutes", 480),
("debug", "bool", "Check for plugin changes when in debug mode", False)]
__author_name__ = "RaNaN"
__author_mail__ = "ranan@pyload.org"