summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleCrypter.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-02 07:15:28 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-02 07:15:28 +0200
commit21cf50c60a794b5ca7d54408b590f74d4567ca79 (patch)
tree0d5917331b67a52e4bc27f8fc7c024d02de6b1ee /module/plugins/internal/SimpleCrypter.py
parentFix https://github.com/pyload/pyload/issues/1646 (diff)
downloadpyload-21cf50c60a794b5ca7d54408b590f74d4567ca79.tar.xz
Update some plugins
Diffstat (limited to 'module/plugins/internal/SimpleCrypter.py')
-rw-r--r--module/plugins/internal/SimpleCrypter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py
index 084bc133c..f044fbb50 100644
--- a/module/plugins/internal/SimpleCrypter.py
+++ b/module/plugins/internal/SimpleCrypter.py
@@ -68,7 +68,7 @@ class SimpleCrypter(Crypter, SimpleHoster):
if self.account:
if not self.user:
- self.user, data = self.account.select()
+ self.user = self.account.select()[0]
if not self.user or not self.account.is_logged(self.user, relogin=True):
self.account = False