Add blank check on expiration date

This commit is contained in:
zandercymatics 2024-05-09 08:17:43 -06:00
parent ceed417aeb
commit a1ac715281
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -97,7 +97,7 @@ def parse_row_for_domain(
"Domain name": domain.name,
"Status": domain.get_state_display(),
"First ready on": domain.first_ready or "(blank)",
"Expiration date": domain.expiration_date,
"Expiration date": domain.expiration_date or "(blank)",
"Domain type": domain_type,
"Agency": domain_info.federal_agency,
"Organization name": domain_info.organization_name,