From c7233c3c1301b47c2574b5baec268ca98529fde7 Mon Sep 17 00:00:00 2001 From: spoob Date: Wed, 14 Apr 2010 14:31:54 +0200 Subject: Fixed Rapidshare --- module/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/Plugin.py') diff --git a/module/Plugin.py b/module/Plugin.py index 587cbb4f1..fd230c400 100644 --- a/module/Plugin.py +++ b/module/Plugin.py @@ -53,9 +53,9 @@ class Plugin(): self.ocr = None #captcha reader instance self.logger = logging.getLogger("log") self.decryptNow = True + self.pyfile = self.parent def prepare(self, thread): - self.pyfile = self.parent self.want_reconnect = False self.pyfile.status.exists = self.file_exists() -- cgit v1.2.3