summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/FileserveCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-12 23:42:37 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-12 23:42:37 +0100
commit7b3c33d5231ca6b46619cfedaf1769fbe91aa76c (patch)
treee5d67dec2e12c2e6b2aef0f488827270d0299403 /pyload/plugins/hoster/FileserveCom.py
parentMove InitHomeDir to pyload __init__ (diff)
downloadpyload-7b3c33d5231ca6b46619cfedaf1769fbe91aa76c.tar.xz
Use empty string when missing author email
Diffstat (limited to 'pyload/plugins/hoster/FileserveCom.py')
-rw-r--r--pyload/plugins/hoster/FileserveCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FileserveCom.py b/pyload/plugins/hoster/FileserveCom.py
index 1b59750f2..bc2e963b8 100644
--- a/pyload/plugins/hoster/FileserveCom.py
+++ b/pyload/plugins/hoster/FileserveCom.py
@@ -41,7 +41,7 @@ class FileserveCom(Hoster):
__license = "GPLv3"
__authors = [("jeix", "jeix@hasnomail.de"),
("mkaay", "mkaay@mkaay.de"),
- ("Paul King", None),
+ ("Paul King", ""),
("zoidberg", "zoidberg@mujmail.cz")]