Closed 4Kaylum closed 2 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
This came in a couple of years ago, but this never got closed.
dict.remove
isn't something that exists - I've changed it todict.pop
for you so that it doesn't throw an error every time.