Work on Impexium, exhibit, and badge related
This commit is contained in:
@@ -28,7 +28,7 @@ api['headers'] = { 'Content-Type': 'application/json;charset=UTF-8' }
|
|||||||
# Updated 2022-02-18
|
# Updated 2022-02-18
|
||||||
@logger_reset
|
@logger_reset
|
||||||
def get_access_token():
|
def get_access_token():
|
||||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||||
log.debug(locals())
|
log.debug(locals())
|
||||||
|
|
||||||
log.debug(f'App data:\n{app}')
|
log.debug(f'App data:\n{app}')
|
||||||
@@ -64,7 +64,7 @@ def get_access_token():
|
|||||||
# Updated 2022-02-18
|
# Updated 2022-02-18
|
||||||
@logger_reset
|
@logger_reset
|
||||||
def authenticate():
|
def authenticate():
|
||||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||||
log.debug(locals())
|
log.debug(locals())
|
||||||
|
|
||||||
result = get_access_token()
|
result = get_access_token()
|
||||||
@@ -182,7 +182,7 @@ def get_event_registrants(
|
|||||||
page: int = 0,
|
page: int = 0,
|
||||||
# return_all: bool = False
|
# return_all: bool = False
|
||||||
):
|
):
|
||||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||||
log.debug(locals())
|
log.debug(locals())
|
||||||
|
|
||||||
result = authenticate()
|
result = authenticate()
|
||||||
|
|||||||
Reference in New Issue
Block a user