Working on continuing education certs

This commit is contained in:
Scott Idem
2021-07-28 12:33:07 -04:00
parent 5f66780522
commit e43cf35ec4
12 changed files with 930 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ def load_address_obj(
exclude_unset: bool = True,
model_as_dict: bool = False,
enabled: str = 'enabled', # enabled, disabled, all # Probably not needed for the address
) -> Address_Base|bool:
) -> Address_Base|dict|bool:
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())