From 9f6430ca71dedf9ac0f1ad527a3c3ae2bd1f351a Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 1 Aug 2010 18:40:51 +0200 Subject: ocr + db fix --- module/AccountManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/AccountManager.py') diff --git a/module/AccountManager.py b/module/AccountManager.py index ff3db5a47..8c4213912 100644 --- a/module/AccountManager.py +++ b/module/AccountManager.py @@ -27,7 +27,7 @@ class AccountManager(): self.core = core - self.accounts = {} # key = (plugin, accountname) + self.accounts = {} # key = ( plugin ) self.loadAccounts() @@ -44,7 +44,7 @@ class AccountManager(): pass #---------------------------------------------------------------------- - def saveAccount(self): + def saveAccounts(self): """save all account information""" pass -- cgit v1.2.3