updated comment

This commit is contained in:
David Kennedy 2023-11-27 20:03:38 -05:00
parent eed9dc291d
commit 128efb6a54
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -212,7 +212,7 @@ class Domain(TimeStampedModel, DomainHelper):
@Cache
def registry_expiration_date(self) -> date:
"""Get or set the `ex_date` element from the registry.
Additionally, update the expiration date in the registrar"""
Additionally, _get_property updates the expiration date in the registrar"""
try:
return self._get_property("ex_date")
except Exception as e: