mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
Update domain.py
This commit is contained in:
parent
ec26f03b44
commit
9bd0d9e6b7
1 changed files with 1 additions and 1 deletions
|
@ -1569,7 +1569,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
|
||||
def _get_or_create_contact(self, contact: PublicContact):
|
||||
"""Try to fetch info about a contact. Create it if it does not exist."""
|
||||
logger.info(f"_get_or_create_contact() -> Fetching contact info")
|
||||
logger.info("_get_or_create_contact() -> Fetching contact info")
|
||||
try:
|
||||
return self._request_contact_info(contact)
|
||||
except RegistryError as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue