From 350a2cc4b81fcaa25451bcc6a885bfc34c6d2083 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 11 Apr 2023 12:07:27 -0400 Subject: [PATCH] Minor correction --- app/methods/account_cfg_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/methods/account_cfg_methods.py b/app/methods/account_cfg_methods.py index 8efefe5..3d2a193 100644 --- a/app/methods/account_cfg_methods.py +++ b/app/methods/account_cfg_methods.py @@ -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 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( table_name = 'v_account_cfg', # This view should probably be cleaned up field_name = 'account_id',