Skip to content
Snippets Groups Projects
Commit ff3fdb85 authored by Brian Moe's avatar Brian Moe
Browse files

typo

parent 4b81c29d
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ def skyalert(request, graceid):
skyalert_response = ""
# XXX umm. don't we want to know if this email fails silently?
mail_admins("SkyAlert Submission Error",
"Event: %s\nExcption: %s\n" % (graceid, e),
"Event: %s\nException: %s\n" % (graceid, e),
fail_silently=True)
if skyalert_response.find("Success") >= 0:
......
......@@ -14,7 +14,7 @@ MANAGERS = ADMINS
ALERT_EMAIL_FROM = "GraCEDb <gracedb@archie.phys.uwm.edu>"
ALERT_EMAIL_TO = [
"gracedb@listserv.ligo.org",
# "gracedb@listserv.ligo.org",
]
ALERT_EMAIL_BCC = [
]
......
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