mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 16:28:24 -04:00
try again
This commit is contained in:
@@ -132,6 +132,8 @@ def send_messages(service_id, template_id):
|
||||
form = CsvUploadForm()
|
||||
if form.validate_on_submit():
|
||||
try:
|
||||
data = Spreadsheet.from_file_form(form).as_dict
|
||||
raise Exception(f"Data in send: {data}")
|
||||
upload_id = s3upload(
|
||||
service_id,
|
||||
Spreadsheet.from_file_form(form).as_dict,
|
||||
|
||||
Reference in New Issue
Block a user