diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-03 14:49:16 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-03 14:49:16 +0200 |
commit | 3ef26c71cb3c23a876b95af77f6541c06227a937 (patch) | |
tree | 481462718d3c99410cad9dd4e8ffab7eed8e1f6f /module/AccountManager.py | |
parent | share-online premium fix (revert to old design, coz new one is still buggy) (diff) | |
download | pyload-3ef26c71cb3c23a876b95af77f6541c06227a937.tar.xz |
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): |