06/03 Optimize app

This commit is contained in:
2026-06-03 16:43:39 -04:00
parent 3990a01079
commit 3abd073437
9 changed files with 36 additions and 6 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ def map_accounts():
for sa in schwab_accounts:
val = request.form.get(f'pfm_account_{sa.id}', '')
if val == 'new':
pfm_type = ACCOUNT_TYPE_MAP.get(sa.account_type, 'other')
pfm_type = ACCOUNT_TYPE_MAP.get(sa.account_type, 'investment')
new_acct = Account(
name=sa.account_name,
account_type=pfm_type,