Moving away sql_insert function creating IDs automatically. Only if asked.

This commit is contained in:
Scott Idem
2023-04-13 18:27:56 -04:00
parent 5672f9f60a
commit 43a9fe7fe5
3 changed files with 4 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ def get_event_presenter_detail(
confex_presentation_id: str, # similar to 'Paper/99999'
confex_presenter_id: str, # similar to 'Person/99999'
):
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
# if result := authenticate():