diff --git a/stockTicker.py b/stockTicker.py index 50ddbaa..dfd3a44 100755 --- a/stockTicker.py +++ b/stockTicker.py @@ -2333,7 +2333,7 @@ class StockTicker(): 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']) max_temp = self.convertTemp(daily_weather[0]['max_temp'], daily_weathers['temp'])