Update csv_export.py

This commit is contained in:
zandercymatics 2024-05-08 14:04:00 -06:00
parent 6022cd051f
commit 6a3eb005bc
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

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