m0rp43us / openmeteopy

openmeteopy is a client Python wrapper library for Open-Meteo web API. It allows quick and easy consumption of OM data from Python applications via a simple object model and in a human-friendly fashion.
https://pypi.org/project/openmeteo-py/0.0.1/
MIT License
128 stars 29 forks source link

Air quality Api #9

Closed supspe666 closed 1 year ago

supspe666 commented 1 year ago

Traceback (most recent call last): File "//openmeteopy/test.py", line 14, in mgr = OWmanager(options,OWmanager.air_quality,hourly.all()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openmeteopy/openmeteo_py/OWmanager.py", line 280, in init self.payload['hourly'] = ','.join(self.hourly.hourly_params) ^^^^^^^^^^^^ AttributeError: 'OWmanager' object has no attribute 'payload'

m0rp43us commented 1 year ago

issue fixed