Change context order

This commit is contained in:
zandercymatics 2024-04-23 09:38:57 -06:00
parent 7578534f59
commit 104f94da07
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 3 additions and 3 deletions

View file

@ -1779,8 +1779,7 @@ class Domain(TimeStampedModel, DomainHelper):
self._update_hosts_and_contacts(cleaned, fetch_hosts, fetch_contacts)
if self.state == self.State.UNKNOWN:
# self._fix_unknown_state(cleaned)
pass
self._fix_unknown_state(cleaned)
if fetch_hosts:
self._update_hosts_and_ips_in_db(cleaned)
if fetch_contacts: