diff --git a/handler/ux/commands.py b/handler/ux/commands.py index fccf2ea..2a583bf 100644 --- a/handler/ux/commands.py +++ b/handler/ux/commands.py @@ -776,7 +776,7 @@ class IRCCommands(object): accounts = tx.sinks.nordigen.get_all_account_info() for name, accounts in accounts.items(): for account in accounts: - msg(f"{name} {account['account_id']} {account['details']} {account['currency']}") + msg(dumps(account)) class transactions(object): name = "transactions"