Skip to content

Commit 3f7bb5c

Browse files
committed
Change VendorUUID of SpheroService to bytes
1 parent ec8442c commit 3f7bb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ble/services/sphero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
class SpheroService(Service):
2121
"""Core Sphero Service. Unimplemented."""
2222

23-
uuid = VendorUUID("!!orehpS OOW\x01\x00\x01\x00")
23+
uuid = VendorUUID(b"!!orehpS OOW\x01\x00\x01\x00")

0 commit comments

Comments
 (0)