diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2016-01-15 15:43:43 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2016-01-15 15:43:43 +0100 |
commit | 9609cf41e06e7994970bb8c6809c8ce1b646a1ce (patch) | |
tree | bfbaefcbeb0e8dba092eb73acd00fea244601beb | |
parent | [Misc] Update (diff) | |
parent | Fixes #2294 (diff) | |
download | pyload-9609cf41e06e7994970bb8c6809c8ce1b646a1ce.tar.xz |
Merge pull request #2295 from alesnav/patch-1
Fixes #2294
-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 |