weather fix
This commit is contained in:
parent
972af42fd7
commit
09a0b8b2bf
@ -2333,7 +2333,7 @@ class StockTicker():
|
|||||||
weather_img = Image.open(weather_dir + '/weather_type_icons/' + weather_ids[main] + '.png')
|
weather_img = Image.open(weather_dir + '/weather_type_icons/' + weather_ids[main] + '.png')
|
||||||
|
|
||||||
|
|
||||||
temp = daily_weather[0]['temp']
|
temp = self.convertTemp(daily_weather[0]['temp'], daily_weathers['temp']))
|
||||||
min_temp = self.convertTemp(daily_weather[0]['min_temp'], daily_weathers['temp'])
|
min_temp = self.convertTemp(daily_weather[0]['min_temp'], daily_weathers['temp'])
|
||||||
max_temp = self.convertTemp(daily_weather[0]['max_temp'], daily_weathers['temp'])
|
max_temp = self.convertTemp(daily_weather[0]['max_temp'], daily_weathers['temp'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user