commit ac176527f4ddd2fc806e45639c823daab221899a Author: Christian Fromme kaner@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@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