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
Code currently saves tomorrow's forecast as data['forecast'][0] and skips today's forecast.
Yet today's forecast is a useful information, especially in the morning.
Changing the index would break existing clients.
Code currently saves tomorrow's forecast as data['forecast'][0] and skips today's forecast.
Yet today's forecast is a useful information, especially in the morning.
Changing the index would break existing clients.
https://github.com/victorcerutti/meteofrance-py/blob/master/meteofrance/client.py#L181
What would be the best approach? Should version be bumped to reflect API change?
The text was updated successfully, but these errors were encountered: