mattsaxon / pysonofflan

Python interface for controlling Sonoff smart switches/plugs running original Itead firmware, locally, in "LAN mode".
MIT License
32 stars 23 forks source link

Modify shutdown_event_loop for Python >= 3.9 compatibility #424

Closed fischermario closed 1 year ago

fischermario commented 1 year ago

CLI shuts down gracefully after state change using Python >= 3.9

Fixes #423