Work on event session, presentation, and presenter

This commit is contained in:
Scott Idem
2022-09-21 18:46:19 -04:00
parent 7fe007a098
commit ed7e06b5b2
5 changed files with 19 additions and 16 deletions

View File

@@ -382,7 +382,7 @@ def sql_insert_or_update(
table_name: str|None = None,
rm_id_random: bool = False,
id_random_length: int|None = None,
log_lvl: int = logging.WARNING, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log_lvl: int = logging.DEBUG, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
):
log.setLevel(log_lvl)