Minor changes

This commit is contained in:
Scott Idem
2021-03-24 12:14:16 -04:00
parent 26d312559f
commit 3aa3fd8ae7

View File

@@ -143,4 +143,6 @@ async def get_account_cfg_obj(
by_alias=True, by_alias=True,
exclude_unset=True, exclude_unset=True,
) )
#log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(result)
return result return result