From 565352f35524abe30f15d0fd6edb909ddb9e162c Mon Sep 17 00:00:00 2001 From: Brian Moe <brian.moe@ligo.org> Date: Thu, 29 Aug 2013 11:27:17 -0500 Subject: [PATCH] Added Data Quality as blessed tag --- settings/default.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/default.py b/settings/default.py index af71a26a4..e87cf1c5d 100644 --- a/settings/default.py +++ b/settings/default.py @@ -42,6 +42,7 @@ XMPP_ALERT_CHANNELS = [ BLESSED_TAGS = [ 'analyst_comments', 'psd', + 'data_quality', 'sky_loc', 'strain', 'tfplots', -- GitLab