From 547e5f93e8d7535197f8e1c091ebd1dbd7da27e5 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 26 Apr 2012 13:29:03 +1200 Subject: [PATCH] Forgot a comma. Rage --- plugins/weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/weather.py b/plugins/weather.py index 2192340..9c6381b 100755 --- a/plugins/weather.py +++ b/plugins/weather.py @@ -82,7 +82,7 @@ def weather(inp, nick='', server='', reply=None, db=None, notice=None): info['low_c'] = fahrenheit_to_celcius(info['low']) reply('%(city)s: %(condition)s, %(temp_f)sF/%(temp_c)sC, (H:%(high)sF' \ - ' %(high_c)sC), (L:%(low)sF, %(low_c)sC), %(humidity)s, ' \ + ', %(high_c)sC), (L:%(low)sF, %(low_c)sC), %(humidity)s, ' \ '%(wind_condition)s.' % info) if inp and not dontsave: