Working on continuing education certs
This commit is contained in:
@@ -22,7 +22,7 @@ def load_contact_obj(
|
||||
model_as_dict: bool = False,
|
||||
enabled: str = 'enabled', # enabled, disabled, all
|
||||
inc_address:bool=False
|
||||
) -> Contact_Base|bool:
|
||||
) -> Contact_Base|dict|bool:
|
||||
# log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user