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
Setting the temperature format to imperial has no effect, temperatures are still returned in metric.
The issue is that the session arg is being passed from python_weather.client.Client.__init__ as the first arg to python_weather.rest.HTTPClient. The HTTPClient expects the session to be the last arg.
Setting the temperature format to imperial has no effect, temperatures are still returned in metric.
The issue is that the
session
arg is being passed frompython_weather.client.Client.__init__
as the first arg topython_weather.rest.HTTPClient
. TheHTTPClient
expects the session to be the last arg.https://github.com/vierofernando/python-weather/blob/e7908a2e47def82bfbb092ac73e159e43d99fb01/python_weather/rest.py#L12
https://github.com/vierofernando/python-weather/blob/e7908a2e47def82bfbb092ac73e159e43d99fb01/python_weather/client.py#L13
The text was updated successfully, but these errors were encountered: