From 1de8f589216259f42ead0dddbc2954fae8e5e528 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 26 May 2009 13:24:55 +0200 Subject: logic for container plugins implemented, basic plugin now downloads files, RSDF plugin added --- module/Py_Load_File.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/Py_Load_File.py') diff --git a/module/Py_Load_File.py b/module/Py_Load_File.py index 9f962ffb3..ce2a10924 100644 --- a/module/Py_Load_File.py +++ b/module/Py_Load_File.py @@ -27,7 +27,7 @@ class PyLoadFile: def prepareDownload(self): self.status.exists = self.plugin.file_exists() - if self.status.exists: + if self.status.exists: self.status.filename = self.plugin.get_file_name() self.status.waituntil = self.plugin.time_plus_wait self.status.url = self.plugin.get_file_url() -- cgit v1.2.3