mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Upgrade flask and install newrelic package
This commit is contained in:
@@ -245,6 +245,6 @@ def download_contact_list(service_id, contact_list_id):
|
||||
contact_list = ContactList.from_id(contact_list_id, service_id=service_id)
|
||||
return send_file(
|
||||
path_or_file=BytesIO(contact_list.contents.encode('utf-8')),
|
||||
attachment_filename=contact_list.saved_file_name,
|
||||
download_name=contact_list.saved_file_name,
|
||||
as_attachment=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user