diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-12 23:42:37 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-12 23:42:37 +0100 |
commit | 7b3c33d5231ca6b46619cfedaf1769fbe91aa76c (patch) | |
tree | e5d67dec2e12c2e6b2aef0f488827270d0299403 /pyload/plugins/hoster/RapiduNet.py | |
parent | Move InitHomeDir to pyload __init__ (diff) | |
download | pyload-7b3c33d5231ca6b46619cfedaf1769fbe91aa76c.tar.xz |
Use empty string when missing author email
Diffstat (limited to 'pyload/plugins/hoster/RapiduNet.py')
-rw-r--r-- | pyload/plugins/hoster/RapiduNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/RapiduNet.py b/pyload/plugins/hoster/RapiduNet.py index 8be8647a8..cd763bde7 100644 --- a/pyload/plugins/hoster/RapiduNet.py +++ b/pyload/plugins/hoster/RapiduNet.py @@ -19,7 +19,7 @@ class RapiduNet(SimpleHoster): __description = """Rapidu.net hoster plugin""" __license = "GPLv3" - __authors = [("prOq", None)] + __authors = [("prOq", "")] COOKIES = [("rapidu.net", "rapidu_lang", "en")] |