summaryrefslogtreecommitdiffstats
path: root/module/AccountManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/AccountManager.py')
-rw-r--r--module/AccountManager.py2
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()