You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using print(DwdWeather.query()) it only returns this message: TypeError: query() missing 3 required positional arguments: 'self', 'station_id', and 'timestamp' and not the expected list of all the possible keys.
I used Python 3.8.5 and the latest dwdweather2 release.
The text was updated successfully, but these errors were encountered:
However, I strongly recommend to move on to the Wetterdienst package. It is the successor library to dwdweather and dwdweather2 and is becoming more and more popular these days. We have been trying to get this en par with all the features offered by dwdweather2 and we have come pretty far these days. Enjoy!
When using
print(DwdWeather.query())
it only returns this message:TypeError: query() missing 3 required positional arguments: 'self', 'station_id', and 'timestamp'
and not the expected list of all the possible keys.I used Python 3.8.5 and the latest dwdweather2 release.
The text was updated successfully, but these errors were encountered: