Minor correction

This commit is contained in:
Scott Idem
2023-04-11 12:07:27 -04:00
parent 48c3ab4c2c
commit 350a2cc4b8

View File

@@ -27,7 +27,7 @@ def load_account_cfg_obj(
if account_id := redis_lookup_id_random(record_id_random=account_id, table_name='account'): pass if account_id := redis_lookup_id_random(record_id_random=account_id, table_name='account'): pass
else: return False else: return False
log.info(f'Getting Account CFG ID: ${account_id}') log.info(f'Getting Account CFG ID: {account_id}')
if account_cfg_rec := sql_select( if account_cfg_rec := sql_select(
table_name = 'v_account_cfg', # This view should probably be cleaned up table_name = 'v_account_cfg', # This view should probably be cleaned up
field_name = 'account_id', field_name = 'account_id',