Closedown

This commit is contained in:
gac-S_Changer
2016-08-09 10:57:11 +02:00
parent 6668ea35e8
commit 787f5ed4e1

View File

@@ -16,7 +16,7 @@ class RobotTCP(TcpDevice):
cmd = str(system) + "," + str(command)
for arg in argv:
cmd = cmd + "," + str(arg)
cmd = cmd + "\n\r"
cmd = cmd + "\n"
ret = ""
try:
ret = robot.write(cmd)