diff options
Diffstat (limited to 'pyload/plugins/addons/UpdateManager.py')
-rw-r--r-- | pyload/plugins/addons/UpdateManager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addons/UpdateManager.py b/pyload/plugins/addons/UpdateManager.py index 62031e6a4..37ea1b67c 100644 --- a/pyload/plugins/addons/UpdateManager.py +++ b/pyload/plugins/addons/UpdateManager.py @@ -35,8 +35,8 @@ class UpdateManager(Hook): __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") + __author_name__ = "RaNaN" + __author_mail__ = "ranan@pyload.org" URL = "http://get.pyload.org/check2/%s/" MIN_TIME = 3 * 60 * 60 # 3h minimum check interval |