From 5255e83a457fc99b5ba8f14160c320f20c48e56f Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 23 Aug 2013 12:27:08 +0200 Subject: WindowsPhoneToastNotify: fixed string --- module/plugins/hooks/WindowsPhoneToastNotify.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/plugins/hooks') diff --git a/module/plugins/hooks/WindowsPhoneToastNotify.py b/module/plugins/hooks/WindowsPhoneToastNotify.py index c9a84982f..103180e3a 100644 --- a/module/plugins/hooks/WindowsPhoneToastNotify.py +++ b/module/plugins/hooks/WindowsPhoneToastNotify.py @@ -33,8 +33,9 @@ class WindowsPhoneToastNotify(Hook): self.info = {} def getXmlData(self): - myxml = " -Pyload Mobile Captcha waiting! " + myxml = " " \ + " Pyload Mobile Captcha waiting! " \ + " " return myxml def doRequest(self): -- cgit v1.2.3