Skip to content

Commit cd9675c

Browse files
committed
Cleanup
1 parent 3ac04ab commit cd9675c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphero_sdk/asyncio/server/service/sphero_robo_service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ def list_registered_ports(self):
9999
try:
100100
return [str(self.ports.used)]
101101
except:
102-
raise ErrorReturn(dbus.DBUS.ERROR_FAILED, 'fuck')
102+
raise ErrorReturn(dbus.DBUS.ERROR_FAILED, 'DBUS Error Failed')

0 commit comments

Comments
 (0)