From a8e03d722e08f713f1bd78a8c086a42db40f380c Mon Sep 17 00:00:00 2001 From: Jeix Date: Sat, 30 Oct 2010 22:45:19 +0200 Subject: closed #176 thanks for bug report --- module/plugins/Crypter.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/Crypter.py') 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) -- cgit v1.2.3