From 946e7318d7a9c9f7e32cf1e8e5e0b0a4bb563253 Mon Sep 17 00:00:00 2001 From: Mark Sheppard Date: Mon, 28 Aug 2023 22:49:07 +0000 Subject: [PATCH] Show the default category UID when listing customer's accounts --- starling | 1 + 1 file changed, 1 insertion(+) diff --git a/starling b/starling index 6b1be8b..6155d13 100755 --- a/starling +++ b/starling @@ -176,6 +176,7 @@ class StarlingClient: for account in accounts: balance = self.formatted_balance(account.accountUid) print(f' {account.name} ({account.accountType}): {balance}') + print(f' Default category: {account.defaultCategory}') def list_payees(self): payees = self.payees().payees