summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SharebeesCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SharebeesCom.py')
-rw-r--r--module/plugins/hoster/SharebeesCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/SharebeesCom.py b/module/plugins/hoster/SharebeesCom.py
index 5eaaf24f5..9530328d4 100644
--- a/module/plugins/hoster/SharebeesCom.py
+++ b/module/plugins/hoster/SharebeesCom.py
@@ -9,8 +9,8 @@ class SharebeesCom(DeadHoster):
__pattern__ = r"http://(?:\w*\.)*?sharebees.com/\w{12}"
__version__ = "0.02"
__description__ = """ShareBees hoster plugin"""
- __author_name__ = ("zoidberg")
- __author_mail__ = ("zoidberg@mujmail.cz")
+ __author_name__ = "zoidberg"
+ __author_mail__ = "zoidberg@mujmail.cz"
getInfo = create_getInfo(SharebeesCom)