[tor-commits] [weather/master] Change from: address to weather@, fix typo.

kaner at torproject.org kaner at torproject.org
Mon Nov 24 07:48:32 UTC 2014


commit c5e0e9c7efab30ba1e76baebaebc327ee53faa9d
Author: Christian Fromme <kaner at strace.org>
Date:   Mon Nov 24 08:47:21 2014 +0100

    Change from: address to weather@, fix typo.
---
 weather/settings.py          |    2 +-
 weather/weatherapp/emails.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/weather/settings.py b/weather/settings.py
index 9c6ecb5..0bf9fed 100644
--- a/weather/settings.py
+++ b/weather/settings.py
@@ -28,7 +28,7 @@ DATABASES = {
     }
 }
 
-DATABASE_OPTIONS: {
+DATABASE_OPTIONS = {
         'timeout': 20,
 }
 
diff --git a/weather/weatherapp/emails.py b/weather/weatherapp/emails.py
index 76a841d..a78fbfa 100644
--- a/weather/weatherapp/emails.py
+++ b/weather/weatherapp/emails.py
@@ -56,7 +56,7 @@ from weatherapp.models import insert_fingerprint_spaces
 
 from django.core.mail import send_mail
 
-_SENDER = 'tor-ops at torproject.org'
+_SENDER = 'weather at torproject.org'
 _SUBJECT_HEADER = '[Tor Weather] '
 
 _CONFIRMATION_SUBJ = 'Confirmation Needed'



More information about the tor-commits mailing list