commit b5ff2da6ef64b534504a2b7437091275f537049e Author: Christian Fromme kaner@strace.org Date: Mon Nov 24 08:55:40 2014 +0100
Fix syntax error --- weather/weatherapp/emails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/weather/weatherapp/emails.py b/weather/weatherapp/emails.py index a78fbfa..2b5a0f5 100644 --- a/weather/weatherapp/emails.py +++ b/weather/weatherapp/emails.py @@ -278,7 +278,7 @@ def node_down_tuple(recipient, fingerprint, name, grace_pd, unsubs_auth, if grace_pd != 1: num_hours += "s" atlas_url = 'https://atlas.torproject.org/#details/' + fingerprint - msg = _NODE_DOWN_MAIL % (router, num_hours, atlas_url + msg = _NODE_DOWN_MAIL % (router, num_hours, atlas_url) msg = _add_generic_footer(msg, unsubs_auth, pref_auth) return (subj, msg, sender, [recipient])
tor-commits@lists.torproject.org