From df95882117f287ef77abb1cb115e71576c1c2dab Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 12 Aug 2010 14:22:29 +0200 Subject: unrar hook :D, account fix, other fixes --- module/plugins/Account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/Account.py') diff --git a/module/plugins/Account.py b/module/plugins/Account.py index bdbbd4c1c..af8b6ebe8 100644 --- a/module/plugins/Account.py +++ b/module/plugins/Account.py @@ -40,7 +40,7 @@ class Account(): def setAccounts(self, accounts): self.accounts = accounts - for user, data in self.accounts: + for user, data in self.accounts.iteritems(): self.login(user, data) def updateAccounts(self, user, password, options): -- cgit v1.2.3