Work on Confex API and Impexium API

This commit is contained in:
Scott Idem
2023-04-12 15:30:46 -04:00
parent f24382fb10
commit c4fad68192
4 changed files with 122 additions and 23 deletions

View File

@@ -159,7 +159,7 @@ def get_event_presentation_detail(
confex_session_id: str,
confex_presentation_id: str, # similar to 'Paper/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():