We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8442c commit 3f7bb5cCopy full SHA for 3f7bb5c
adafruit_ble/services/sphero.py
@@ -20,4 +20,4 @@
20
class SpheroService(Service):
21
"""Core Sphero Service. Unimplemented."""
22
23
- uuid = VendorUUID("!!orehpS OOW\x01\x00\x01\x00")
+ uuid = VendorUUID(b"!!orehpS OOW\x01\x00\x01\x00")
0 commit comments