diff options
author | Alejandro Navarro <a.navarro.montiel@gmail.com> | 2016-01-14 22:39:31 +0100 |
---|---|---|
committer | Alejandro Navarro <a.navarro.montiel@gmail.com> | 2016-01-14 22:39:31 +0100 |
commit | 4c2c69c766b9cda1a27375f6b632f995e422ad8e (patch) | |
tree | bfbaefcbeb0e8dba092eb73acd00fea244601beb /module | |
parent | [Misc] Update (diff) | |
download | pyload-4c2c69c766b9cda1a27375f6b632f995e422ad8e.tar.xz |
Fixes #2294
Diffstat (limited to 'module')
-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 cbcb70394..11bbf05fb 100644 --- a/module/plugins/hoster/MegaCoNz.py +++ b/module/plugins/hoster/MegaCoNz.py @@ -12,7 +12,7 @@ import Crypto.Util from module.plugins.internal.Hoster import Hoster from module.plugins.internal.misc import decode, encode, json - +from base64 import standard_b64decode ############################ General errors ################################### # EINTERNAL (-1): An internal error has occurred. Please submit a bug report, detailing the exact circumstances in which this error occurred |