diff --git a/gracedb/alert.py b/gracedb/alert.py index 4a47c05f88bdbda933877acbe2d5350d668e2ccb..db124d4f0d56992ee6df8c6074fd2c743adefc57 100644 --- a/gracedb/alert.py +++ b/gracedb/alert.py @@ -81,7 +81,7 @@ def issueXMPPAlert(event, location, temp_data_loc): env=env) #msg = createPayload(event.graceid(), location) - xmldoc = glue.lvalert.utils.make_LVAlertTable("", location, event.graceid(), temp_data_loc) + xmldoc = glue.lvalert.utils.make_LVAlertTable(location, event.graceid(), temp_data_loc) buf = StringIO.StringIO() glue.ligolw.utils.write_fileobj(xmldoc, buf) msg = buf.getvalue()