Skip to content

Commit c2a8e4c

Browse files
authored
Merge pull request #17 from sphero-inc/feature/cleanup
Cleanup
2 parents 3ac04ab + cd9675c commit c2a8e4c

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)