From ec79ab7187eda441f3c3194b836967049ca23cc9 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 16 Oct 2013 15:27:36 +0200 Subject: Hosters: replaced line continuation with brackets --- module/plugins/hooks/WindowsPhoneToastNotify.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/plugins/hooks') diff --git a/module/plugins/hooks/WindowsPhoneToastNotify.py b/module/plugins/hooks/WindowsPhoneToastNotify.py index 888862575..d110f7896 100644 --- a/module/plugins/hooks/WindowsPhoneToastNotify.py +++ b/module/plugins/hooks/WindowsPhoneToastNotify.py @@ -34,9 +34,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