Update csv_export.py

This commit is contained in:
zandercymatics 2024-07-17 09:26:38 -06:00
parent bdec481f8d
commit 0a592daaef
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -395,7 +395,7 @@ class DomainExport(BaseExport):
"State": model.get("state_territory"),
"SO": model.get("so_name"),
"SO email": model.get("senior_official__email"),
"Security contact email": model.get("security_contact_email"),
"Security contact email": security_contact_email,
"Created at": model.get("domain__created_at"),
"Deleted": model.get("domain__deleted"),
"Domain managers": model.get("managers"),