[tor-commits] [weather/master] Fix typo

kaner at torproject.org kaner at torproject.org
Sat Feb 26 23:04:08 UTC 2011


commit ac176527f4ddd2fc806e45639c823daab221899a
Author: Christian Fromme <kaner at strace.org>
Date:   Sat Feb 26 23:42:00 2011 +0100

    Fix typo
---
 weather/weatherapp/updaters.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/weather/weatherapp/updaters.py b/weather/weatherapp/updaters.py
index 9042ec5..720005f 100644
--- a/weather/weatherapp/updaters.py
+++ b/weather/weatherapp/updaters.py
@@ -315,7 +315,7 @@ def update_all_routers(ctl_util, email_list):
                 # Don't spam people for now XXX
                 #recipient = "kaner at strace.org"
                 is_exit = ctl_util.is_exit(finger)
-                if not address == "":
+                if not recipient == "":
                     email = emails.welcome_tuple(recipient, finger, name, is_exit)
                     email_list.append(email)
                 router_data.welcomed = True





More information about the tor-commits mailing list