diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-06 19:54:46 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-06 19:54:46 +0200 |
commit | 41c26097b627cfaa15dcaa473d4300e5d0ec268d (patch) | |
tree | ac37ad877be45ee36057b43bde58580023360caa /module/AccountManager.py | |
parent | recheck fix, account update fix (diff) | |
download | pyload-41c26097b627cfaa15dcaa473d4300e5d0ec268d.tar.xz |
final fixesv0.4.1
Diffstat (limited to 'module/AccountManager.py')
-rw-r--r-- | module/AccountManager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/AccountManager.py b/module/AccountManager.py index 9234f367d..6bfb63820 100644 --- a/module/AccountManager.py +++ b/module/AccountManager.py @@ -140,7 +140,6 @@ class AccountManager(): #---------------------------------------------------------------------- def updateAccount(self, plugin , user, password, options): """add or update account""" - print accounts if self.accounts.has_key(plugin): p = self.getAccountPlugin(plugin) p.updateAccounts(user, password, options) |