summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/MultiCrypter.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-29 21:43:22 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-29 21:43:22 +0200
commit8af39bfa2c409d4fd07d430485117bf60fdcc935 (patch)
tree9340941b94be82a9aec40544eef7e8f1aeb766e9 /module/plugins/internal/MultiCrypter.py
parentAccount class completely rewritten + plugins updated (diff)
downloadpyload-8af39bfa2c409d4fd07d430485117bf60fdcc935.tar.xz
Update internal plugins
Diffstat (limited to 'module/plugins/internal/MultiCrypter.py')
-rw-r--r--module/plugins/internal/MultiCrypter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/MultiCrypter.py b/module/plugins/internal/MultiCrypter.py
index ca7b03941..ae8785116 100644
--- a/module/plugins/internal/MultiCrypter.py
+++ b/module/plugins/internal/MultiCrypter.py
@@ -6,7 +6,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter
class MultiCrypter(SimpleCrypter):
__name__ = "MultiCrypter"
__type__ = "hoster"
- __version__ = "0.02"
+ __version__ = "0.03"
__status__ = "testing"
__pattern__ = r'^unmatchable$'
@@ -19,7 +19,7 @@ class MultiCrypter(SimpleCrypter):
def init(self):
- self.CRYPTER_NAME = self.pyload.pluginManager.crypterPlugins[self.__name__]['name']
+ self.PLUGIN_NAME = self.pyload.pluginManager.crypterPlugins[self.__name__]['name']
def _log(self, level, plugintype, pluginname, messages):