mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Slight syntax fix for @weather reply
This commit is contained in:
parent
512319c632
commit
4ce677bc6e
@ -216,7 +216,7 @@ class Http(callbacks.Privmsg):
|
|||||||
|
|
||||||
if temp and conds and city and state:
|
if temp and conds and city and state:
|
||||||
s = 'The current temperature in %s, %s is %s. ' \
|
s = 'The current temperature in %s, %s is %s. ' \
|
||||||
'Conditions are %s.' % \
|
'Conditions: %s.' % \
|
||||||
(city.strip(), state.strip(), temp, conds)
|
(city.strip(), state.strip(), temp, conds)
|
||||||
irc.reply(msg, s)
|
irc.reply(msg, s)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user