buttplugio / buttplug-py

Python implementation of core message system and client for the Buttplug Sex Toy Protocol Standard
https://buttplug-py.docs.buttplug.io
Other
67 stars 10 forks source link

Fix device removed message always throwing an error #4

Closed 4Kaylum closed 2 years ago

4Kaylum commented 5 years ago

dict.remove isn't something that exists - I've changed it to dict.pop for you so that it doesn't throw an error every time.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

qdot commented 5 years ago

Ok, yeah, I suppose having functions that actually exist in my code is good. >.>

Thanks for the update, I'll get this in ASAP. Please feel free to keep submitting PR's too, I kinda just threw the python library together quickly and it is extremely untested.

BTW, feel free to pop by the discord and say hi: https://discord.buttplug.io

qdot commented 2 years ago

This came in a couple of years ago, but this never got closed.