diff options
author | Jeix <devnull@localhost> | 2010-10-30 22:45:19 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-10-30 22:45:19 +0200 |
commit | a8e03d722e08f713f1bd78a8c086a42db40f380c (patch) | |
tree | e1cf04dbf370c33e2f0834275136c509b5a31286 /module/plugins/Crypter.py | |
parent | closed #168 (diff) | |
download | pyload-a8e03d722e08f713f1bd78a8c086a42db40f380c.tar.xz |
closed #176 thanks for bug report
Diffstat (limited to 'module/plugins/Crypter.py')
-rw-r--r-- | module/plugins/Crypter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/Crypter.py b/module/plugins/Crypter.py index d326f41e1..ef8d0cfd0 100644 --- a/module/plugins/Crypter.py +++ b/module/plugins/Crypter.py @@ -40,6 +40,7 @@ class Crypter(Plugin): #---------------------------------------------------------------------- def preprocessing(self, thread): """prepare""" + self.setup() self.thread = thread self.decrypt(self.pyfile) |