diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-01 18:40:51 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-01 18:40:51 +0200 |
commit | 9f6430ca71dedf9ac0f1ad527a3c3ae2bd1f351a (patch) | |
tree | f68d03873b5d7612ef3b90af5bcbeab82e57ff8e /module/AccountManager.py | |
parent | Netload.In fix (diff) | |
download | pyload-9f6430ca71dedf9ac0f1ad527a3c3ae2bd1f351a.tar.xz |
ocr + db fix
Diffstat (limited to 'module/AccountManager.py')
-rw-r--r-- | module/AccountManager.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |