diff --git a/script/TestRobotCmds.py b/script/TestRobotCmds.py index 3f22245..4225281 100644 --- a/script/TestRobotCmds.py +++ b/script/TestRobotCmds.py @@ -17,7 +17,7 @@ while True: time.sleep(0.01) robot.execute(2,1,1) time.sleep(0.01) - robot.execute(1,1,1) + robot.execute(1,1,1) time.sleep(0.01) robot.execute(2,1,1) time.sleep(0.01)