1
0
Fork 0
This commit is contained in:
Kevin Matz 2019-07-30 10:37:39 -04:00
parent b4ba611b50
commit a0dca7bec1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Robot:
str = str.lower()
try:
self.serial_port.write(str)
except serial.serialutil.SerialTimeoutExceptionn:
except serial.serialutil.SerialTimeoutException:
pass
def isMoving(self):