[damned-lies/oscp] Reactivating sending error emails to me



commit 92618c537674c4a0c975aa321aa6be34e3965339
Author: Claude Paroz <claude 2xlibre net>
Date:   Thu Mar 18 15:46:06 2021 +0100

    Reactivating sending error emails to me
    
    Fixes https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/538

 httpd/local_settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/httpd/local_settings.py b/httpd/local_settings.py
index 88464bc7..a2c593f4 100644
--- a/httpd/local_settings.py
+++ b/httpd/local_settings.py
@@ -5,7 +5,7 @@ STATIC_SERVE = False
 USE_DJANGO_OPENID = False
 
 ADMINS = (
-    #('Claude Paroz', 'claude 2xlibre net'),
+    ('Claude Paroz', 'claude 2xlibre net'),
 )
 
 MANAGERS = ADMINS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]