Skip to content

weather: hotfix for wttr.in pool exhaustion

John C. Allwein requested to merge johnnyapol/slithering-duck:weather into master

This is essentially a cherry-pick of https://github.com/johnnyapol/ComputerMan/commit/e26601aa3a826aef6df1da3a745e7283bc6381b1 to Rubber Duck. When wttr.in exhausts its 1M/day request pool, it doesn't return a non-200 OK status code, which leads to just bash being sent.

Merge request reports