idoneam / Canary

Canary is a Python3 bot designed for the McGill University Community Discord Server. The bot provides helper functions to users, as well as fun functions, a quote database and custom greeting messages.
GNU General Public License v3.0
11 stars 7 forks source link

fix: Query metric units for wttr command #464

Closed jidicula closed 3 years ago

jidicula commented 3 years ago

Description

See title. See https://github.com/chubin/wttr.in#weather-units for API documentation.

Motivation and Context

wttr command outputs a PNG with US units instead of metric. Likely caused by hosting from the US, since wttr.in selects units based on IP location of the query, and that this used to not be an issue when we were self-hosted.

How Has This Been Tested?

Verified URL with browser and curl.

Screenshots (if appropriate):

Before: image

After: image

Types of changes

Checklist: