Unknown
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user