From 83302c856f61e3e16675833637c156f5f69b7fb9 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Thu, 26 Jan 2017 16:54:47 +0100 Subject: [PATCH] Closedown --- script/TestRobotCmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)