From 270c1ee85edcd1e9e10511833b422d93dfca192a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 16 Feb 2015 22:38:45 +0100 Subject: Revert fcead1870013b6a970eca7878a66dbe783c80ea3 --- pyload/plugin/addon/AndroidPhoneNotify.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pyload/plugin/addon/AndroidPhoneNotify.py') diff --git a/pyload/plugin/addon/AndroidPhoneNotify.py b/pyload/plugin/addon/AndroidPhoneNotify.py index 2b4f8fcca..148008116 100644 --- a/pyload/plugin/addon/AndroidPhoneNotify.py +++ b/pyload/plugin/addon/AndroidPhoneNotify.py @@ -7,20 +7,20 @@ from pyload.plugin.Addon import Addon class AndroidPhoneNotify(Addon): - __name__ = "AndroidPhoneNotify" - __type__ = "addon" - __version__ = "0.05" + __name = "AndroidPhoneNotify" + __type = "addon" + __version = "0.05" - __config__ = [("apikey" , "str" , "API key" , "" ), + __config = [("apikey" , "str" , "API key" , "" ), ("notifycaptcha" , "bool", "Notify captcha request" , True ), ("notifypackage" , "bool", "Notify package finished" , True ), ("notifyprocessed", "bool", "Notify processed packages status" , True ), ("timeout" , "int" , "Timeout between captchas in seconds" , 5 ), ("force" , "bool", "Send notifications if client is connected", False)] - __description__ = """Send push notifications to your Android Phone using notifymyandroid.com""" - __license__ = "GPLv3" - __authors__ = [("Steven Kosyra", "steven.kosyra@gmail.com"), + __description = """Send push notifications to your Android Phone using notifymyandroid.com""" + __license = "GPLv3" + __authors = [("Steven Kosyra", "steven.kosyra@gmail.com"), ("Walter Purcaro", "vuolter@gmail.com")] -- cgit v1.2.3