csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
789 stars 171 forks source link

What the problem? #378

Closed CarGithubus closed 3 years ago

CarGithubus commented 3 years ago

image the code if anything is like this: from pyowm import OWM from pyowm.utils import config from pyowm.utils import timestamps import config

owm = OWM(config.APIKEY) mgr = owm.weather_manager()

detailed = w. detailed_status wind = w.wind() humidity = w.humidity temperature = w.temperature('celsius') rain = w.rain heat_index = w.heat_index clouds = w.clouds