commit 5c985c9832940c8673949b07d3dc96dd796af5ab
Author: Damian Johnson <[email protected]>
Date:   Sat Jun 23 11:47:48 2018 -0700

    Send fingerprint change notices to tor-network-alerts@
    
    Requested by nusenu.
---
 fingerprint_change_checker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fingerprint_change_checker.py b/fingerprint_change_checker.py
index 6bc0a94..5cd6a2d 100755
--- a/fingerprint_change_checker.py
+++ b/fingerprint_change_checker.py
@@ -104,7 +104,7 @@ def main():
     if len(alarm_for) == 1:
       subject += ' (%s:%s)' % alarm_for.values()[0][:2]
 
-    util.send(subject, body = body, to = ['[email protected]', 
'[email protected]'])
+    util.send(subject, body = body, to = 
['[email protected]', '[email protected]'])
 
     # register that we've notified for these
 

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to