Skip to content
Snippets Groups Projects
Commit a716cfef authored by Cody Messick's avatar Cody Messick
Browse files

Fix bug in views

parent 543a1e13
No related branches found
No related tags found
1 merge request!1135Fix bug in views
......@@ -199,8 +199,12 @@ def _construct_igwn_alert_and_send_prelim_alert(superevent_event_list,
'object': superevent
}
orchestrator.earlywarning_preliminary_alert(event, alert, superevent_id,
initiate_voevent)
orchestrator.earlywarning_preliminary_alert(
event,
alert,
alert_type='preliminary',
initiate_voevent=initiate_voevent
)
@app.route('/send_preliminary_gcn', methods=['POST'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment