Update csv_export.py

This commit is contained in:
zandercymatics 2024-06-06 09:38:22 -06:00
parent b5e888b0e4
commit 551e85ed22
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -766,7 +766,7 @@ class DomainRequestExport:
# Handle the region field.
state_territory = request.get("state_territory")
if state_territory and request.get["region"] is None:
if state_territory and request.get("region") is None:
request["region"] = get_region(state_territory)
# create a dictionary of fields which can be included in output