Working on continuing education certs

This commit is contained in:
Scott Idem
2021-07-28 12:33:07 -04:00
parent 5f66780522
commit e43cf35ec4
12 changed files with 930 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ def load_person_obj(
inc_post_comment_list: bool = False,
inc_product: bool = False,
inc_user: bool = False,
) -> Person_Base|bool:
) -> Person_Base|dict|bool:
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())