null8626 / python-weather

A free and asynchronous weather API wrapper made in python, for python.
https://python-weather.rtfd.io
MIT License
100 stars 31 forks source link

print(forecast) returns AttributeError #30

Closed thatgaypigeon closed 2 years ago

thatgaypigeon commented 2 years ago

for forecast in weather.forecasts: print(forecast) returns the following error: AttributeError: 'DailyForecast' object has no attribute 'temperature'

null8626 commented 2 years ago

Will look into this in a while, thanks for the report!

null8626 commented 2 years ago

Sorry for the long delay, but this bug is now fixed in this commit!