diff options
Diffstat (limited to 'pyload/plugins/hoster/FileApeCom.py')
-rw-r--r-- | pyload/plugins/hoster/FileApeCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FileApeCom.py b/pyload/plugins/hoster/FileApeCom.py index 088ba71b3..36a5a5cc0 100644 --- a/pyload/plugins/hoster/FileApeCom.py +++ b/pyload/plugins/hoster/FileApeCom.py @@ -12,7 +12,7 @@ class FileApeCom(DeadHoster): __description = """FileApe.com hoster plugin""" __license = "GPLv3" - __authors = [("espes", None)] + __authors = [("espes", "")] getInfo = create_getInfo(FileApeCom) |