diff options
Diffstat (limited to 'pyload/plugins/hoster/ZShareNet.py')
-rw-r--r-- | pyload/plugins/hoster/ZShareNet.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/ZShareNet.py b/pyload/plugins/hoster/ZShareNet.py index 5392bfd94..a2265bfcc 100644 --- a/pyload/plugins/hoster/ZShareNet.py +++ b/pyload/plugins/hoster/ZShareNet.py @@ -12,8 +12,8 @@ class ZShareNet(DeadHoster): __description = """ZShare.net hoster plugin""" __license = "GPLv3" - __authors = [("espes", None), - ("Cptn Sandwich", None)] + __authors = [("espes", ""), + ("Cptn Sandwich", "")] getInfo = create_getInfo(ZShareNet) |