This commit is contained in:
Scott Idem
2023-05-28 17:05:28 -04:00
parent cec7ecc88f
commit ff6ef0a28b

View File

@@ -153,6 +153,9 @@ async def get_data_store_obj_w_code(
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals()) log.debug(locals())
log.debug(commons.x_account_id_random)
log.debug(commons.x_account_id)
# ### SECTION ### Secondary data validation # ### SECTION ### Secondary data validation
if for_type and for_id: if for_type and for_id:
if for_id := redis_lookup_id_random(record_id_random=for_id, table_name=for_type): pass if for_id := redis_lookup_id_random(record_id_random=for_id, table_name=for_type): pass