Working on IDAA data imports

This commit is contained in:
Scott Idem
2021-10-04 18:41:13 -04:00
parent 7e9a8a493d
commit 6bf0831566
2 changed files with 45 additions and 31 deletions

View File

@@ -449,7 +449,7 @@ def sql_select(
as_list: bool|None = False,
max_count: int = 100000,
):
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
if table_name and not (record_id or record_id_random or field_name or field_value or sql or data):