diff options
author | mkaay <mkaay@mkaay.de> | 2010-11-05 16:45:06 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-11-05 16:45:06 +0100 |
commit | 1d74a9dcb91d16929a65a24d81ec441874ce4976 (patch) | |
tree | dba60b1a47ec4bf3a61e863f9102ec5b57296568 /module/plugins/Crypter.py | |
parent | small fixes: progess view in gui,xdcc,shareonline (diff) | |
download | pyload-1d74a9dcb91d16929a65a24d81ec441874ce4976.tar.xz |
sj fix
Diffstat (limited to 'module/plugins/Crypter.py')
-rw-r--r-- | module/plugins/Crypter.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/plugins/Crypter.py b/module/plugins/Crypter.py index ef8d0cfd0..123c26eec 100644 --- a/module/plugins/Crypter.py +++ b/module/plugins/Crypter.py @@ -36,6 +36,9 @@ class Crypter(Plugin): """ Put all packages here. It's a list of tuples like: ( name, [list of links], folder ) """ self.packages = [] + + self.multiDL = True + self.setup() #---------------------------------------------------------------------- def preprocessing(self, thread): |