diff options
author | spoob <spoob@gmx.de> | 2010-04-14 14:31:54 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-04-14 14:31:54 +0200 |
commit | c7233c3c1301b47c2574b5baec268ca98529fde7 (patch) | |
tree | f73cd97f1266f342e97e5d4762d2a2ebe7976ac0 /module/Plugin.py | |
parent | Fixed Zippyshare (diff) | |
download | pyload-c7233c3c1301b47c2574b5baec268ca98529fde7.tar.xz |
Fixed Rapidshare
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 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() |