Closed jeremiahpslewis closed 5 years ago
Currently, initializing the class per the readme, e.g.
from datetime import datetime from dwdweather import DwdWeather # Create client object. dw = DwdWeather()
results in an error. This PR fixes the issue and adds a test for the behavior.
Thanks a bunch!
Currently, initializing the class per the readme, e.g.
results in an error. This PR fixes the issue and adds a test for the behavior.