summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--account.py2
1 files changed, 1 insertions, 1 deletions
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()