Working on integration with Svelte and cont_edu

This commit is contained in:
Scott Idem
2021-08-05 14:05:25 -04:00
parent 59ce3acd8f
commit 0e24c21db2
3 changed files with 26 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ def load_cont_edu_cert_person_obj(
exclude_unset: bool = True,
model_as_dict: bool = False,
enabled: str = 'enabled', # enabled, disabled, all
inc_cont_edu_cert:bool=False
inc_cont_edu_cert: bool = False,
) -> Cont_Edu_Cert_Person_Base|dict|bool:
# log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())