Code clean up and standardize
This commit is contained in:
@@ -76,7 +76,7 @@ def load_site_domain_obj(
|
||||
def update_site_domain_obj(
|
||||
site_domain_id: int|str, # This allows for updating of the id_random value.
|
||||
site_domain_obj_up: Site_Domain_Base,
|
||||
create_missing_obj: bool = False,
|
||||
create_sub_obj: bool = False,
|
||||
) -> bool:
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
Reference in New Issue
Block a user