placeholder for more work tomorrow
This commit is contained in:
parent
1e21c07c47
commit
99cd93ae8f
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ def weather(inp, nick="", reply=None, db=None, notice=None):
|
||||||
except KeyError:
|
except KeyError:
|
||||||
return "Could not get weather for that location."
|
return "Could not get weather for that location."
|
||||||
|
|
||||||
reply("Current Conditions for \x02{}\x02 - {}, {}F/{}C, {}%, " \
|
reply("\x02{}\x02 - \x02Current Conditions:\x02 {}, {}F/{}C, {}%, " \
|
||||||
"Wind: {}KPH/{}MPH {}.".format(d['location']['city'], \
|
"Wind: {}KPH/{}MPH {}, \x02Todays Forecast:\x02 N/A".format(d['location']['city'], \
|
||||||
d['item']['condition']['text'], d['item']['condition']['temp'], \
|
d['item']['condition']['text'], d['item']['condition']['temp'], \
|
||||||
d['item']['condition']['temp_c'], d['atmosphere']['humidity'], \
|
d['item']['condition']['temp_c'], d['atmosphere']['humidity'], \
|
||||||
d['wind']['speed_kph'], d['wind']['speed'], d['wind']['text']))
|
d['wind']['speed_kph'], d['wind']['speed'], d['wind']['text']))
|
||||||
|
|
Reference in a new issue