Script execution
This commit is contained in:
@@ -12,6 +12,6 @@ class RobotTCP(TcpDevice):
|
||||
TcpDevice.__init__(self, name, server)
|
||||
|
||||
def run(self):
|
||||
print "Done"\
|
||||
print "Done"
|
||||
|
||||
#add_device(RobotTCP("robot_tcp", "127.0.0.1:3333"), force = True)
|
||||
Reference in New Issue
Block a user