commit 378bf6948a477e808976302cbec477dd9c646c3e
Author: Christian Fromme <[email protected]>
Date: Sun Oct 30 01:04:59 2011 +0200
Add a patch from Andrew to correct email sendings by Weather
---
weather/settings.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/weather/settings.py b/weather/settings.py
index ea17f80..9cf0ae1 100644
--- a/weather/settings.py
+++ b/weather/settings.py
@@ -7,7 +7,7 @@ DEBUG = False #set to true to see stack traces instead of
standard html errors
TEMPLATE_DEBUG = DEBUG
ADMINS = (
- ('Tor Admins', '[email protected]'),
+ ('Tor Admins', '[email protected]'),
)
MANAGERS = ADMINS
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits