Work on file uploads and listing event files.

This commit is contained in:
Scott Idem
2021-06-15 18:05:56 -04:00
parent 415e452988
commit 0dc50e4509
12 changed files with 841 additions and 222 deletions

View File

@@ -46,7 +46,7 @@ def load_post_comment_obj(
enabled: str = 'enabled', # enabled, disabled, all
inc_person: bool = False,
inc_user: bool = False,
) -> Post_Comment_Base|bool:
) -> Post_Comment_Base|dict|bool:
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())