From d68938a9a7fbfb079b0a6de469de766b5892d769 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:18:22 +0200 Subject: Remove bad whitespaces Merges vuolter/pyload@e4b2562 --- module/plugins/hooks/ClickAndLoad.py | 2 +- module/plugins/hooks/DownloadScheduler.py | 2 +- module/plugins/hooks/HotFolder.py | 2 +- module/plugins/hooks/IRCInterface.py | 2 +- module/plugins/hooks/MergeFiles.py | 2 +- module/plugins/hooks/MultiHome.py | 2 +- module/plugins/hooks/WindowsPhoneToastNotify.py | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) (limited to 'module/plugins/hooks') diff --git a/module/plugins/hooks/ClickAndLoad.py b/module/plugins/hooks/ClickAndLoad.py index 5a1662da3..002fd4cd7 100644 --- a/module/plugins/hooks/ClickAndLoad.py +++ b/module/plugins/hooks/ClickAndLoad.py @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - + @author: RaNaN @interface-version: 0.2 """ diff --git a/module/plugins/hooks/DownloadScheduler.py b/module/plugins/hooks/DownloadScheduler.py index 0104ab7c9..41a20e5d1 100644 --- a/module/plugins/hooks/DownloadScheduler.py +++ b/module/plugins/hooks/DownloadScheduler.py @@ -11,7 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You should have received a copy of the GNU General Public License along with this program; if not, see . - + @author: zoidberg Original idea by new.cze """ diff --git a/module/plugins/hooks/HotFolder.py b/module/plugins/hooks/HotFolder.py index 82c054902..38bcaf440 100644 --- a/module/plugins/hooks/HotFolder.py +++ b/module/plugins/hooks/HotFolder.py @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - + @author: RaNaN @interface-version: 0.2 """ diff --git a/module/plugins/hooks/IRCInterface.py b/module/plugins/hooks/IRCInterface.py index 1945df799..760c1a4df 100644 --- a/module/plugins/hooks/IRCInterface.py +++ b/module/plugins/hooks/IRCInterface.py @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - + @author: RaNaN @author: jeix @interface-version: 0.2 diff --git a/module/plugins/hooks/MergeFiles.py b/module/plugins/hooks/MergeFiles.py index 687017a4b..99b0aafc6 100644 --- a/module/plugins/hooks/MergeFiles.py +++ b/module/plugins/hooks/MergeFiles.py @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - + @author: and9000 """ diff --git a/module/plugins/hooks/MultiHome.py b/module/plugins/hooks/MultiHome.py index 67be26b79..b1635a588 100644 --- a/module/plugins/hooks/MultiHome.py +++ b/module/plugins/hooks/MultiHome.py @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . - + @author: mkaay """ diff --git a/module/plugins/hooks/WindowsPhoneToastNotify.py b/module/plugins/hooks/WindowsPhoneToastNotify.py index a769d0c5e..a9772e766 100644 --- a/module/plugins/hooks/WindowsPhoneToastNotify.py +++ b/module/plugins/hooks/WindowsPhoneToastNotify.py @@ -32,7 +32,7 @@ class WindowsPhoneToastNotify(Hook): def setup(self): self.info = {} - + def getXmlData(self): myxml = (" " " Pyload Mobile Captcha waiting! " @@ -60,8 +60,8 @@ class WindowsPhoneToastNotify(Hook): if self.core.isClientConnected() and not self.getConfig("force"): return False - + if (time.time() - float(self.getStorage("LAST_NOTIFY", 0))) < self.getConf("pushTimeout"): return False - + self.doRequest() -- cgit v1.2.3