Working on importing IDAA data

This commit is contained in:
Scott Idem
2021-07-30 18:13:31 -04:00
parent eb9e1b7167
commit 475239f6e9
7 changed files with 310 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ def mk_resp(
exclude_unset: bool = True,
response = None
):
# log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
if data is None: data_out = { 'result': data }