null8626 / python-weather

A free and asynchronous weather API wrapper made in python, for python.
https://python-weather.rtfd.io
MIT License
100 stars 31 forks source link

Imperial request doesn't work #15

Closed lukestroh closed 3 years ago

lukestroh commented 3 years ago

Copy and pasted exact code from example.py, all requests remain in metric. Conversion by myself is easy enough, but for clarity, I'm having issues

image

Here's my output: image

Here is the actual temperature in Imperial from Weather.com image

lukestroh commented 3 years ago

Closing issue, didn't upgrade to the newest version.