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

@@ -98,7 +98,7 @@ def load_user_obj(
inc_post_list: bool = False,
inc_post_comment_list: bool = False,
inc_user_role_list: bool = False,
) -> User_Out_Base|bool:
) -> User_Out_Base|dict|bool:
# log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())