From 7b3c33d5231ca6b46619cfedaf1769fbe91aa76c Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 12 Dec 2014 23:42:37 +0100 Subject: Use empty string when missing author email --- pyload/plugins/hoster/ZShareNet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/hoster/ZShareNet.py') 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) -- cgit v1.2.3