Work on Svelte integration

This commit is contained in:
Scott Idem
2021-07-13 18:19:36 -04:00
parent e4d60309a0
commit 6f8e18750c
8 changed files with 203 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ def load_membership_cfg_obj(
exclude_unset: bool = True,
model_as_dict: bool = False,
) -> Membership_Cfg_Base|dict|bool:
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.WARNING) # 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