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/account/BitshareCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/account/BitshareCom.py') diff --git a/pyload/plugins/account/BitshareCom.py b/pyload/plugins/account/BitshareCom.py index cf0098b4f..c0fc55c2d 100644 --- a/pyload/plugins/account/BitshareCom.py +++ b/pyload/plugins/account/BitshareCom.py @@ -10,7 +10,7 @@ class BitshareCom(Account): __description = """Bitshare account plugin""" __license = "GPLv3" - __authors = [("Paul King", None)] + __authors = [("Paul King", "")] def loadAccountInfo(self, user, req): -- cgit v1.2.3