mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
merge main
This commit is contained in:
commit
89a65e597f
7 changed files with 111 additions and 6 deletions
|
@ -256,7 +256,6 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
hostList = []
|
||||
for host in hosts:
|
||||
hostList.append((host["name"], host["addrs"]))
|
||||
|
||||
return hostList
|
||||
|
||||
def _create_host(self, host, addrs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue