From 201a2e4ba79cce1c4ca6446015b7948a9aa846ab Mon Sep 17 00:00:00 2001 From: Brian Moe <branson@gravity.phys.uwm.edu> Date: Thu, 11 Dec 2014 09:33:18 -0600 Subject: [PATCH] Fixed ivorn pattern so that events won't be rejected by comet. --- settings/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/default.py b/settings/default.py index c8e90b07f..1b64735b1 100644 --- a/settings/default.py +++ b/settings/default.py @@ -88,7 +88,7 @@ DATABASES = { # SkyAlert -SKYALERT_IVORN_PATTERN = "ivo://gwnet#%s" +SKYALERT_IVORN_PATTERN = "ivo://gwnet/gcn_sender#%s" SKYALERT_ROLE = "test" SKYALERT_DESCRIPTION = "Report of a candidate gravitational wave event" SKYALERT_SUBMITTERS = ['Patrick Brady', 'Brian Moe'] -- GitLab