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/crypter/DataHu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/crypter/DataHu.py') diff --git a/pyload/plugins/crypter/DataHu.py b/pyload/plugins/crypter/DataHu.py index 9ec98d705..96129d53a 100644 --- a/pyload/plugins/crypter/DataHu.py +++ b/pyload/plugins/crypter/DataHu.py @@ -16,7 +16,7 @@ class DataHu(SimpleCrypter): __description = """Data.hu folder decrypter plugin""" __license = "GPLv3" - __authors = [("crash", None), + __authors = [("crash", ""), ("stickell", "l.stickell@yahoo.it")] -- cgit v1.2.3