This commit is contained in:
Scott Idem
2022-04-10 22:20:54 -04:00
parent 877a4e1758
commit 554ea353e0
5 changed files with 9 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ async def search_event_badge_obj_li(
commons: Common_Route_Params = Depends(common_route_params),
):
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
# account_id = commons.x_account_id

View File

@@ -109,6 +109,8 @@ async def patch_event_exhibit_tracking_obj(
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
time.sleep(2)
# ### SECTION ### Secondary data validation
event_exhibit_tracking_id_random = event_exhibit_tracking_id # This is used later for the response data
if event_exhibit_tracking_id := redis_lookup_id_random(record_id_random=event_exhibit_tracking_id, table_name='event_exhibit_tracking'): pass