From fd6e286ee089cf75276f2581471aba254d69fcb5 Mon Sep 17 00:00:00 2001 From: cp1 Date: Thu, 11 Jun 2009 16:50:48 +0200 Subject: correcting false identation (tabs to spaces) --- module/Py_Load_File.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'module/Py_Load_File.py') diff --git a/module/Py_Load_File.py b/module/Py_Load_File.py index d0a4c4591..8779a18fd 100644 --- a/module/Py_Load_File.py +++ b/module/Py_Load_File.py @@ -24,7 +24,7 @@ class PyLoadFile: return plugin return "Plugin" - + def prepareDownload(self): if self.parent.config['useproxy']: @@ -36,5 +36,4 @@ class PyLoadFile: self.status.filename = self.plugin.get_file_name() self.status.waituntil = self.plugin.time_plus_wait self.status.url = self.plugin.get_file_url() - self.status.want_reconnect = self.plugin.want_reconnect - + self.status.want_reconnect = self.plugin.want_reconnect \ No newline at end of file -- cgit v1.2.3