Badge and launcher related changes

This commit is contained in:
Scott Idem
2023-01-27 16:32:30 -05:00
parent a7915cbb5f
commit f3a84a9609
5 changed files with 16 additions and 17 deletions

View File

@@ -145,7 +145,7 @@ def load_event_exhibit_obj(
inc_event_exhibit_tracking_list: bool = False,
inc_event_person: bool = False,
) -> Event_Exhibit_Base|dict|bool:
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
# if event_exhibit_id := redis_lookup_id_random(record_id_random=event_exhibit_id, table_name='event_exhibit'): pass