Release 1.5.1: Speed Boost
- Changed all threads to daemon so
sys.exit(0)
can be used instead ofos._exit(0)
- Removed all networking calls from
BulbIconList.update_icon()
, greatly reducing CPU and Network usage.
sys.exit(0)
can be used instead of os._exit(0)
BulbIconList.update_icon()
, greatly reducing CPU and Network usage.