can't access any attribute in the DailyForecast object other than summery and icon.
if i try accessing any other attribute i get an error stating thet it doesnt have this attribute for example: print(forecast.daily.time) AttributeError: 'DailyForecast' object has no attribute 'time'
can't access any attribute in the DailyForecast object other than summery and icon. if i try accessing any other attribute i get an error stating thet it doesnt have this attribute for example:
print(forecast.daily.time) AttributeError: 'DailyForecast' object has no attribute 'time'