summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/Crypter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/Crypter.py')
-rw-r--r--pyload/plugins/Crypter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/Crypter.py b/pyload/plugins/Crypter.py
index fcea1263a..a81fffafa 100644
--- a/pyload/plugins/Crypter.py
+++ b/pyload/plugins/Crypter.py
@@ -141,7 +141,7 @@ class Crypter(Base):
self.req = None
# load account if set
if self.USE_ACCOUNT:
- self.account = self.core.accountManager.selectAccount(self.USE_ACCOUNT, self.user)
+ self.account = self.core.accountManager.selectAccount(self.USE_ACCOUNT, self.owner)
if self.account:
self.req = self.account.getAccountRequest()