summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/XFileSharingPro.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/XFileSharingPro.py')
-rw-r--r--module/plugins/accounts/XFileSharingPro.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/module/plugins/accounts/XFileSharingPro.py b/module/plugins/accounts/XFileSharingPro.py
index 514dc2bbe..62270a2b0 100644
--- a/module/plugins/accounts/XFileSharingPro.py
+++ b/module/plugins/accounts/XFileSharingPro.py
@@ -22,11 +22,7 @@ class XFileSharingPro(XFSAccount):
return super(XFileSharingPro, self).init()
- def load_account_info(self, user, req):
- return super(XFileSharingPro if self.HOSTER_DOMAIN else XFSAccount, self).load_account_info(user, req)
-
-
- def login(self, user, data, req):
+ def login(self, user, password, data, req):
if self.HOSTER_DOMAIN:
try:
return super(XFileSharingPro, self).login(user, data, req)