From 133e1b736635f693c8123b6ff9a4c34cb5c38b30 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Mon, 27 Feb 2017 10:09:45 +0100 Subject: [PATCH] Script execution --- script/RobotMX.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RobotMX.py b/script/RobotMX.py index 9722263..81d7675 100644 --- a/script/RobotMX.py +++ b/script/RobotMX.py @@ -8,6 +8,6 @@ class RobotMX(RobotTCP): print "EVT: " + ev -add_device(RobotTCP("robot", "129.129.126.100:1000"), force = True) +add_device(RobotMX("robot", "129.129.126.100:1000"), force = True) robot.setPolling(100) #robot.set_monitor_speed(20)