Minor changes

This commit is contained in:
Scott Idem
2022-09-27 20:53:12 -04:00
parent cb50ae8089
commit a18388e841
9 changed files with 51 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ def load_event_presentation_obj(
inc_person: bool = False,
inc_user: bool = False,
limit: int = 1000,
offset: int = 0,
by_alias: bool = True,
exclude_unset: bool = True,
model_as_dict: bool = False,
@@ -238,6 +239,7 @@ def get_event_presentation_rec_list(
hidden: str = 'not_hidden', # hidden, not_hidden, all
review: str = 'all', # ready, not_ready, all
limit: int = 100,
offset: int = 0,
) -> list|bool:
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())