From b69bf6c7e900d3a8bc26abf421d7f186967b384d Mon Sep 17 00:00:00 2001 From: spoob Date: Wed, 7 Apr 2010 18:53:37 +0200 Subject: Fixed Xup.in --- module/Plugin.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'module/Plugin.py') diff --git a/module/Plugin.py b/module/Plugin.py index a9de48c3a..ff4c66c01 100644 --- a/module/Plugin.py +++ b/module/Plugin.py @@ -53,20 +53,16 @@ class Plugin(): def prepare(self, thread): pyfile = self.parent - self.want_reconnect = False - pyfile.status.exists = self.file_exists() if not pyfile.status.exists: return False pyfile.status.filename = self.get_file_name() - pyfile.status.waituntil = self.time_plus_wait pyfile.status.url = self.get_file_url() pyfile.status.want_reconnect = self.want_reconnect - thread.wait(self.parent) return True -- cgit v1.2.3