From 0a592daaefd93e94cf7a31bcdb5711087a2e3ef5 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:26:38 -0600 Subject: [PATCH] Update csv_export.py --- src/registrar/utility/csv_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/utility/csv_export.py b/src/registrar/utility/csv_export.py index ad589f049..6e378ed45 100644 --- a/src/registrar/utility/csv_export.py +++ b/src/registrar/utility/csv_export.py @@ -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"),