This commit is contained in:
zandercymatics 2024-01-03 12:45:23 -07:00
parent e9af48593d
commit 2e01eb7815
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -32,7 +32,7 @@ def write_row(writer, columns, domain_info):
first_name = domain_info.authorizing_official.first_name or ""
last_name = domain_info.authorizing_official.last_name or ""
ao = first_name + " " + last_name
security_email = " "
if security_contacts:
security_email = security_contacts[0].email