diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-11-06 12:50:39 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-11-06 12:50:39 +0100 |
commit | f323b2479422479be34f746e2a3a0edaf7244f82 (patch) | |
tree | be56966a866e6a8dc2b5026d99e3531ab8f74b5e /module/AccountManager.py | |
parent | lock fix (diff) | |
download | pyload-f323b2479422479be34f746e2a3a0edaf7244f82.tar.xz |
account fix
Diffstat (limited to 'module/AccountManager.py')
-rw-r--r-- | module/AccountManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/AccountManager.py b/module/AccountManager.py index 202032052..70f694fcc 100644 --- a/module/AccountManager.py +++ b/module/AccountManager.py @@ -39,7 +39,7 @@ class AccountManager(): self.initAccountPlugins() - self.accountInfoCache = [] + self.accountInfoCache = {} self.loadAccounts() |