a typo
This commit is contained in:
parent
9d6c1888c0
commit
89fabab718
|
@ -253,7 +253,7 @@ class GajimRemote:
|
||||||
elif self.command == 'list_accounts':
|
elif self.command == 'list_accounts':
|
||||||
if isinstance(res, list):
|
if isinstance(res, list):
|
||||||
for account in res:
|
for account in res:
|
||||||
print account.encode(PREFERED_ENCODING)
|
print account.encode(PREFERRED_ENCODING)
|
||||||
elif self.command == 'account_info':
|
elif self.command == 'account_info':
|
||||||
if res:
|
if res:
|
||||||
print self.print_info(0, res, True)
|
print self.print_info(0, res, True)
|
||||||
|
|
Loading…
Reference in New Issue