This commit is contained in:
zandercymatics 2023-11-20 15:53:04 -07:00
parent 221534e19d
commit 0969a76610
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -183,7 +183,7 @@ class Command(BaseCommand):
logger.error(f"Could not add {item.domain_name}. Domain does not exist.")
di_failed_to_update.append(item)
continue
if item.address_line is None and item.city is None and item.state_territory and item.zipcode is None:
logger.info(
f"{TerminalColors.YELLOW}"