summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/JunocloudMe.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/JunocloudMe.py')
-rw-r--r--module/plugins/accounts/JunocloudMe.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/JunocloudMe.py b/module/plugins/accounts/JunocloudMe.py
index 791835dfe..95bc57640 100644
--- a/module/plugins/accounts/JunocloudMe.py
+++ b/module/plugins/accounts/JunocloudMe.py
@@ -6,7 +6,7 @@ from module.plugins.internal.XFSAccount import XFSAccount
class JunocloudMe(XFSAccount):
__name__ = "JunocloudMe"
__type__ = "account"
- __version__ = "0.03"
+ __version__ = "0.04"
__status__ = "testing"
__description__ = """Junocloud.me account plugin"""
@@ -14,4 +14,4 @@ class JunocloudMe(XFSAccount):
__authors__ = [("guidobelix", "guidobelix@hotmail.it")]
- HOSTER_DOMAIN = "junocloud.me"
+ PLUGIN_DOMAIN = "junocloud.me"