Skip to content

Commit

Permalink
removed 'relative humidity'it was returning a key error
Browse files Browse the repository at this point in the history
  • Loading branch information
rBigChill committed Jun 21, 2024
1 parent da52a45 commit 803cbd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion printWeather.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def DailyRequest(self):
r.temperatureUnit = day['temperatureUnit']
r.temperatureTrend = day['temperatureTrend']
r.probabilityOfPrecipitation = day['probabilityOfPrecipitation']
r.relativeHumidity = day['relativeHumidity']
r.windSpeed = day['windSpeed']
r.windDirection = day['windDirection']
r.shortForecast = day['shortForecast']
Expand Down

0 comments on commit 803cbd2

Please sign in to comment.