diff options
author | 2014-12-12 23:42:37 +0100 | |
---|---|---|
committer | 2014-12-12 23:42:37 +0100 | |
commit | 7b3c33d5231ca6b46619cfedaf1769fbe91aa76c (patch) | |
tree | e5d67dec2e12c2e6b2aef0f488827270d0299403 /pyload/plugins/crypter/ILoadTo.py | |
parent | Move InitHomeDir to pyload __init__ (diff) | |
download | pyload-7b3c33d5231ca6b46619cfedaf1769fbe91aa76c.tar.xz |
Use empty string when missing author email
Diffstat (limited to 'pyload/plugins/crypter/ILoadTo.py')
-rw-r--r-- | pyload/plugins/crypter/ILoadTo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/ILoadTo.py b/pyload/plugins/crypter/ILoadTo.py index b63a5bc30..f299924b4 100644 --- a/pyload/plugins/crypter/ILoadTo.py +++ b/pyload/plugins/crypter/ILoadTo.py @@ -13,7 +13,7 @@ class ILoadTo(DeadCrypter): __description = """Iload.to decrypter plugin""" __license = "GPLv3" - __authors = [("hzpz", None)] + __authors = [("hzpz", "")] getInfo = create_getInfo(ILoadTo) |