diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-06-27 00:59:12 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-06-27 00:59:12 +0200 |
commit | 2945a72664d4b6e8ca6b50fa8efde483edfb9723 (patch) | |
tree | fc9ff3f92be31743a050b04cc7011d47584875ef /module/plugins/hoster/MegacrypterCom.py | |
parent | [UpdateManager] Fix removePlugins method (diff) | |
download | pyload-2945a72664d4b6e8ca6b50fa8efde483edfb9723.tar.xz |
Spare fixes
Diffstat (limited to 'module/plugins/hoster/MegacrypterCom.py')
-rw-r--r-- | module/plugins/hoster/MegacrypterCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/MegacrypterCom.py b/module/plugins/hoster/MegacrypterCom.py index 8b72606ce..ee6be39a2 100644 --- a/module/plugins/hoster/MegacrypterCom.py +++ b/module/plugins/hoster/MegacrypterCom.py @@ -36,7 +36,7 @@ class MegacrypterCom(MegaNz): dl = self.callApi(link=node, m="dl") # TODO: map error codes, implement password protection - # if info["pass"] == true: + # if info["pass"] == True: # crypted_file_key, md5_file_key = info["key"].split("#") key = self.b64_decode(info["key"]) |