diff options
author | mkaay <mkaay@mkaay.de> | 2010-11-05 18:29:42 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-11-05 18:29:42 +0100 |
commit | 7fababff0fb3e4251cf7ac60f7a945a9e8f13bde (patch) | |
tree | b688b51493e5ac4418305b034676ab1c20e6c2f7 /module/plugins/Crypter.py | |
parent | sj fix (diff) | |
download | pyload-7fababff0fb3e4251cf7ac60f7a945a9e8f13bde.tar.xz |
scheduler optimization, SJOrg fix, better crypter limit
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 123c26eec..0abd11e82 100644 --- a/module/plugins/Crypter.py +++ b/module/plugins/Crypter.py @@ -38,6 +38,7 @@ class Crypter(Plugin): self.packages = [] self.multiDL = True + self.limitDL = 0 self.setup() #---------------------------------------------------------------------- |