We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 912ecb8 + 0da5580 commit ec41d16Copy full SHA for ec41d16
1 file changed
plugins/weather.py
@@ -118,7 +118,7 @@ def weather(text, reply):
118
weather_data['url'] = web.shorten(response["current_observation"]['ob_url'])
119
120
reply("{place} - \x02Current:\x02 {conditions}, {temp_f}F/{temp_c}C, {humidity}, "
121
- "Wind: {wind_kph}KPH/{wind_mph}MPH {wind_direction}, \x02Today:\x02 {today_conditions}, "
+ "Wind: {wind_mph}MPH/{wind_kph}KPH {wind_direction}, \x02Today:\x02 {today_conditions}, "
122
"High: {today_high_f}F/{today_high_c}C, Low: {today_low_f}F/{today_low_c}C. "
123
"\x02Tomorrow:\x02 {tomorrow_conditions}, High: {tomorrow_high_f}F/{tomorrow_high_c}C, "
124
- "Low: {tomorrow_low_f}F/{tomorrow_low_c}C - {url}".format(**weather_data))
+ "Low: {tomorrow_low_f}F/{tomorrow_low_c}C - {url}".format(**weather_data))
0 commit comments