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

Fix for deprecated functions throwing error #1017

Closed dmturner closed 2 months ago

dmturner commented 2 months ago

The "sun.py" module was throwing an error as described in #1014. This fix replaces the deprecated function get_local_sunrise_time() with get_sunrise_time().

tobi-wan-kenobi commented 2 months ago

thanks a lot!