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/hoster/ZShareNet.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/hoster/ZShareNet.py')
-rw-r--r-- | pyload/plugins/hoster/ZShareNet.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/ZShareNet.py b/pyload/plugins/hoster/ZShareNet.py index 5392bfd94..a2265bfcc 100644 --- a/pyload/plugins/hoster/ZShareNet.py +++ b/pyload/plugins/hoster/ZShareNet.py @@ -12,8 +12,8 @@ class ZShareNet(DeadHoster): __description = """ZShare.net hoster plugin""" __license = "GPLv3" - __authors = [("espes", None), - ("Cptn Sandwich", None)] + __authors = [("espes", ""), + ("Cptn Sandwich", "")] getInfo = create_getInfo(ZShareNet) |