Skip to content

Commit

Permalink
Change email alert names for neutrino handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mwa-site committed May 9, 2022
1 parent ff490fd commit ad4595b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mwa_trigger/Neutrino.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
SECURE_KEY = handlers.get_secure_key(PROJECT_ID)

# Email these addresses when we trigger on an event
NOTIFY_LIST = ['Andrew.Williams@curtin.edu.au', 'ddob1600@uni.sydney.edu.au', 'kaplan@uwm.edu', 'Mieke.Bouwhuis@csiro.au', 'clancy.james@curtin.edu.au']
NOTIFY_LIST = ['Andrew.Williams@curtin.edu.au', 'Mieke.Bouwhuis@csiro.au', 'clancy.james@curtin.edu.au', "Paul.Hancock@curtin.edu.au"]

# Email these addresses when we handle a neutrino event, but we don't trigger on it.
DEBUG_NOTIFY_LIST = ["Andrew.Williams@curtin.edu.au", 'Mieke.Bouwhuis@csiro.au', 'clancy.james@curtin.edu.au']
DEBUG_NOTIFY_LIST = ["Andrew.Williams@curtin.edu.au", 'Mieke.Bouwhuis@csiro.au', 'clancy.james@curtin.edu.au', "Paul.Hancock@curtin.edu.au"]

EMAIL_TEMPLATE = """
The Neutrino handler triggered an
Expand Down

0 comments on commit ad4595b

Please sign in to comment.