
commit 0cefbcce9fa8280a1b587eda06f013fc7311666a Author: Georg Koppen <gk@torproject.org> Date: Tue May 26 06:23:20 2020 +0000 Bug 34312: Swap teor with dgoulet for notifications --- fallback_directories.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fallback_directories.py b/fallback_directories.py index b63fd8d..3ff2057 100755 --- a/fallback_directories.py +++ b/fallback_directories.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2016-2019, Damian Johnson and The Tor Project +# Copyright 2016-2020, Damian Johnson and The Tor Project # See LICENSE for licensing information """ @@ -17,7 +17,7 @@ import util log = util.get_logger('fallback_directories') NOTIFICATION_THRESHOLD = 25 # send notice if this percentage of fallbacks are unusable -TO_ADDRESSES = ['tor-consensus-health@lists.torproject.org', 'teor@torproject.org', 'nickm@torproject.org', 'gus@torproject.org'] +TO_ADDRESSES = ['tor-consensus-health@lists.torproject.org', 'dgoulet@torproject.org', 'nickm@torproject.org', 'gus@torproject.org'] EMAIL_SUBJECT = 'Fallback Directory Summary (%i/%i, %i%%)' SYNOPSIS = '%i/%i (%i%%) fallback directories have become slow or unresponsive...'