From 3ef26c71cb3c23a876b95af77f6541c06227a937 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 3 Oct 2010 14:49:16 +0200 Subject: acc fixes, closed #134, closed #141 --- module/AccountManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/AccountManager.py') 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): -- cgit v1.2.3