Code clean up. A lot. Added new account config option

This commit is contained in:
Scott Idem
2022-01-07 19:00:37 -05:00
parent f2be7767cb
commit e6e6f19418
2 changed files with 4 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ def load_account_cfg_obj(
inc_fundraising_cfg: bool = False,
inc_membership_cfg: bool = False,
) -> Account_Cfg_Base|dict|bool:
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
if account_id := redis_lookup_id_random(record_id_random=account_id, table_name='account'): pass