Skip to content

Commit

Permalink
corrected formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
rBigChill committed Jun 9, 2024
1 parent 0fd2417 commit da52a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion printWeather.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self):
self.temperature = 0,
self.temperatureUnit = '',
self.temperatureTrend = '',
self. probabilityOfPrecipitation = {},
self.probabilityOfPrecipitation = {},
self.relativeHumidity = {},
self.windSpeed = '',
self.windDirection = '',
Expand Down

0 comments on commit da52a45

Please sign in to comment.