mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
need to add setting registrant contact
This commit is contained in:
parent
d1a5f6943c
commit
f38ed0d4df
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
# avoid infinite loop
|
||||
|
||||
already_tried_to_create = True
|
||||
self._make_domain_in_registry
|
||||
self._make_domain_in_registry()
|
||||
else:
|
||||
logger.error(e)
|
||||
logger.error(e.code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue