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/UpleaCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/hoster/UpleaCom.py') diff --git a/pyload/plugins/hoster/UpleaCom.py b/pyload/plugins/hoster/UpleaCom.py index a1588c842..2ec420962 100644 --- a/pyload/plugins/hoster/UpleaCom.py +++ b/pyload/plugins/hoster/UpleaCom.py @@ -16,7 +16,7 @@ class UpleaCom(XFSHoster): __description = """Uplea.com hoster plugin""" __license = "GPLv3" - __authors = [("Redleon", None)] + __authors = [("Redleon", "")] HOSTER_DOMAIN = "uplea.com" -- cgit v1.2.3