diff options
Diffstat (limited to 'pyload/plugins/addons/WindowsPhoneToastNotify.py')
-rw-r--r-- | pyload/plugins/addons/WindowsPhoneToastNotify.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addons/WindowsPhoneToastNotify.py b/pyload/plugins/addons/WindowsPhoneToastNotify.py index 1fce9f2cf..d90b95f79 100644 --- a/pyload/plugins/addons/WindowsPhoneToastNotify.py +++ b/pyload/plugins/addons/WindowsPhoneToastNotify.py @@ -27,8 +27,8 @@ class WindowsPhoneToastNotify(Hook): __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")] + ("pushUrl", "str", "pushUrl", ""), + ("pushTimeout", "int", "Timeout between notifications in seconds", 0)] def setup(self): self.info = {} |