prashanth-p / weathercom

MIT License
0 stars 0 forks source link

Past weather data not working anymore #2

Open Sleekery opened 3 years ago

Sleekery commented 3 years ago

When using this:

weatherDetails=weathercom.getCityWeatherDetails(city="bangalore", queryType="particular-date-data", date={'year':'2018','month':'09','date': '19'})

The return is "<Response [400]>".

It used to work, but not anymore.