diff options
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 0ca3c75a8..7ef986600 100644 --- a/module/AccountManager.py +++ b/module/AccountManager.py @@ -165,7 +165,7 @@ class AccountManager(): p = self.getAccountPlugin(p) data[p.__name__] = p.getAllAccounts(force) else: - data[p] = {} + data[p] = [] return data def cacheAccountInfos(self): |