summaryrefslogtreecommitdiffstats
path: root/module/plugins/Account.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-29 22:20:54 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-29 22:20:54 +0100
commit083127ffcb12e05eb95affa01a1c4e261271f1bb (patch)
tree8442c79fcc72a70b41148b46bb48dcdd8b0fe9d1 /module/plugins/Account.py
parentnew translations integrated, thanks to all translators (diff)
downloadpyload-083127ffcb12e05eb95affa01a1c4e261271f1bb.tar.xz
linksave and ncrypt working with captchas
Diffstat (limited to 'module/plugins/Account.py')
-rw-r--r--module/plugins/Account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/Account.py b/module/plugins/Account.py
index 5fa7140f5..30561f126 100644
--- a/module/plugins/Account.py
+++ b/module/plugins/Account.py
@@ -86,7 +86,7 @@ class Account():
def getAccountInfo(self, name, force=False):
""" return dict with infos, do not overwrite this method! """
data = Account.loadAccountInfo(self, name)
- if force:
+ if force or not self.infos.has_key(name):
self.core.log.debug("Get %s Account Info for %s" % (self.__name__, name))
req = self.getAccountRequest(name)