mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-03 00:41:15 -05:00
Update Weather snapshot
This commit is contained in:
commit
aa7c9b383b
@ -469,7 +469,7 @@ class Weather(callbacks.Plugin):
|
||||
output += " {0} ".format(outdata['temp'])
|
||||
# humidity.
|
||||
if args['humidity']:
|
||||
output += " (Humidity: {0}) ".format(outdata['humidity'])
|
||||
output += "(Humidity: {0}) ".format(outdata['humidity'])
|
||||
# windchill/heatindex are conditional on season but test with startswith to see what to include
|
||||
if not outdata['windchill'].startswith("NA"):
|
||||
output += "| {0} {1} ".format(self._bold('Wind Chill:'), outdata['windchill'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user