summaryrefslogtreecommitdiffstats
path: root/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'account.py')
-rw-r--r--account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.py b/account.py
index 0b811a9..d4e56a6 100644
--- a/account.py
+++ b/account.py
@@ -93,7 +93,7 @@ class AccountService:
accounts = []
for a in data[1:]:
- accounts.append(Account(a[1]['uid'],a[1]['mail']))
+ accounts.append(Account(a[1]['uid'], a[1]['mail']))
self._unbind()