From 6d4fbe6b3e18f75110e0420215ba5df3e0d9d7b3 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 20 Nov 2014 02:34:31 +0100 Subject: __config__ cleanup for addons --- pyload/plugins/addon/WindowsPhoneToastNotify.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pyload/plugins/addon/WindowsPhoneToastNotify.py') diff --git a/pyload/plugins/addon/WindowsPhoneToastNotify.py b/pyload/plugins/addon/WindowsPhoneToastNotify.py index 4c57ff72c..5b62c49a8 100644 --- a/pyload/plugins/addon/WindowsPhoneToastNotify.py +++ b/pyload/plugins/addon/WindowsPhoneToastNotify.py @@ -11,10 +11,11 @@ class WindowsPhoneToastNotify(Addon): __type__ = "addon" __version__ = "0.02" - __config__ = [("force", "bool", "Force even if client is connected", False), - ("pushId", "str", "pushId", ""), - ("pushUrl", "str", "pushUrl", ""), - ("pushTimeout", "int", "Timeout between notifications in seconds", 0)] + __config__ = [("activated" , "bool", "Activated" , False), + ("force" , "bool", "Force even if client is connected" , False), + ("pushId" , "str" , "pushId" , "" ), + ("pushUrl" , "str" , "pushUrl" , "" ), + ("pushTimeout", "int" , "Timeout between notifications in seconds", 0 )] __description__ = """Send push notifications to Windows Phone""" __license__ = "GPLv3" -- cgit v1.2.3