summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/addon/WindowsPhoneToastNotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/addon/WindowsPhoneToastNotify.py')
-rw-r--r--pyload/plugin/addon/WindowsPhoneToastNotify.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/addon/WindowsPhoneToastNotify.py b/pyload/plugin/addon/WindowsPhoneToastNotify.py
index fadc17d04..0ac6719e1 100644
--- a/pyload/plugin/addon/WindowsPhoneToastNotify.py
+++ b/pyload/plugin/addon/WindowsPhoneToastNotify.py
@@ -7,18 +7,18 @@ from pyload.plugin.Addon import Addon
class WindowsPhoneToastNotify(Addon):
- __name = "WindowsPhoneToastNotify"
- __type = "addon"
- __version = "0.03"
+ __name__ = "WindowsPhoneToastNotify"
+ __type__ = "addon"
+ __version__ = "0.03"
- __config = [("force" , "bool", "Force even if client is connected" , False),
+ __config__ = [("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"
- __authors = [("Andy Voigt", "phone-support@hotmail.de")]
+ __description__ = """Send push notifications to Windows Phone"""
+ __license__ = "GPLv3"
+ __authors__ = [("Andy Voigt", "phone-support@hotmail.de")]
def getXmlData(self):