General code clean up for easier debugging.
This commit is contained in:
@@ -949,7 +949,7 @@ def get_id_random(
|
||||
table_name: str,
|
||||
log_lvl: int = logging.WARNING, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
) -> str|bool|None:
|
||||
log.setLevel(lo_lvl)
|
||||
log.setLevel(log_lvl)
|
||||
|
||||
data = { 'id': record_id }
|
||||
sql = f"""
|
||||
|
||||
Reference in New Issue
Block a user