From 0ca857bfd34f8934e18735b05268e4205697c5ee Mon Sep 17 00:00:00 2001 From: spoob Date: Tue, 13 Apr 2010 22:26:15 +0200 Subject: Fixed Megaupload --- 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 fd230c400..587cbb4f1 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