tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.2k stars 229 forks source link

Change OpenWeatherMap request url from HTTP to HTTPS #964

Closed dmturner closed 1 year ago

dmturner commented 1 year ago

I was noticing that the weather module had stopped working and was hanging waiting for a response from http://api.openweathermap.org.

Changing this request to "https://" fixed the issue and the weather module works again.

tobi-wan-kenobi commented 1 year ago

whoopsie :)

good change, thank you!