diff options
author | spoob <spoob@gmx.de> | 2010-04-13 22:26:15 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-04-13 22:26:15 +0200 |
commit | 0ca857bfd34f8934e18735b05268e4205697c5ee (patch) | |
tree | d5ea0a12ebc852b47153b7bde707de42b00587ea /module/Plugin.py | |
parent | Pack Fixes (diff) | |
download | pyload-0ca857bfd34f8934e18735b05268e4205697c5ee.tar.xz |
Fixed Megaupload
Diffstat (limited to 'module/Plugin.py')
-rw-r--r-- | module/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |