summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/JunocloudMe.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-18 13:52:42 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-18 13:52:42 +0200
commit7b3009db0d90cbcd5a754c69399b5e4c6abe180c (patch)
treeb007ae0fd7f765b2083838240cc2c58346ad68d7 /module/plugins/accounts/JunocloudMe.py
parentTiny code cosmetics (diff)
downloadpyload-7b3009db0d90cbcd5a754c69399b5e4c6abe180c.tar.xz
Update accounts to use HOSTER_NAME instead HOSTER_URL
Diffstat (limited to 'module/plugins/accounts/JunocloudMe.py')
-rw-r--r--module/plugins/accounts/JunocloudMe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/JunocloudMe.py b/module/plugins/accounts/JunocloudMe.py
index 8cd7e8dde..4fae6c510 100644
--- a/module/plugins/accounts/JunocloudMe.py
+++ b/module/plugins/accounts/JunocloudMe.py
@@ -13,4 +13,4 @@ class JunocloudMe(XFSPAccount):
__authors__ = [("guidobelix", "guidobelix@hotmail.it")]
- HOSTER_URL = "http://www.junocloud.me/"
+ HOSTER_NAME = "junocloud.me"