From 9606704fa0ae06835142d2a67ada661ef203b0c6 Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Mon, 24 Sep 2012 03:10:28 +0200 Subject: indentation --- account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'account.py') diff --git a/account.py b/account.py index e8a9aeb..734ff1d 100644 --- a/account.py +++ b/account.py @@ -107,7 +107,7 @@ class AccountService: accounts = [] for a in data: - accounts.append(Account(a[1]['uid'],a[1]['mail'])) + accounts.append(Account(a[1]['uid'],a[1]['mail'])) self._unbind() -- cgit v1.2.3-1-g7c22