freundTech / SpotPRIS2

Control Spotify Connect devices using MPRIS2
MIT License
33 stars 3 forks source link

Ensure the timout_hander always returns True so it doesn't get destroyed #10

Closed AndydeCleyre closed 4 years ago

AndydeCleyre commented 4 years ago

Fixes #8. But it also reduces the error logging of those timeout events. If you care, you can improve upon the simple print(e) business. Thanks for this project!

freundTech commented 4 years ago

Thanks for the help!