From b642f147c006366ed039b533d212b6c3e2c19a44 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 2 Oct 2010 23:22:33 +0200 Subject: fixes --- module/plugins/Account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins') diff --git a/module/plugins/Account.py b/module/plugins/Account.py index 6260ac3c7..9295b78f1 100644 --- a/module/plugins/Account.py +++ b/module/plugins/Account.py @@ -117,7 +117,7 @@ class Account(): def selectAccount(self): """ returns an valid and account name""" usable = [] - for user,data in self.accounts: + for user,data in self.accounts.iteritems(): if not data["valid"]: continue for option, value in data["options"]: pass -- cgit v1.2.3