diff options
author | 2015-07-28 23:08:59 +0200 | |
---|---|---|
committer | 2015-07-28 23:08:59 +0200 | |
commit | 2ec703256d3565e2b34c277dcee9fb80019f2f74 (patch) | |
tree | 35e1ae3d62c10b87861e59c2655360844b89f6a0 /module/plugins/hoster/MegaCoNz.py | |
parent | Fix missing `encode` (diff) | |
download | pyload-2ec703256d3565e2b34c277dcee9fb80019f2f74.tar.xz |
Fix https://github.com/pyload/pyload/issues/1583
Diffstat (limited to 'module/plugins/hoster/MegaCoNz.py')
-rw-r--r-- | module/plugins/hoster/MegaCoNz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/MegaCoNz.py b/module/plugins/hoster/MegaCoNz.py index ad7b06f08..d8a29817c 100644 --- a/module/plugins/hoster/MegaCoNz.py +++ b/module/plugins/hoster/MegaCoNz.py @@ -108,7 +108,7 @@ class MegaCoNz(Hoster): def decrypt_file(self, key): """ - Decrypts the file at lastDownload` + Decrypts the file at last_download` """ #: Upper 64 bit of counter start n = self.b64_decode(key)[16:24] |