Closedown

This commit is contained in:
gac-S_Changer
2017-03-29 16:42:18 +02:00
parent 85566330ae
commit 3139a9c04f

View File

@@ -341,7 +341,8 @@ class RobotTCP(TcpDevice, Stoppable):
if code== -1: status = "Stopped"
elif code== 0: status = "Paused"
elif code== 1: status = "Running"
else: status = self.execute('get_help', code)
#else: status = self.execute('get_help', code)
else: status = "Error"
return (code,status)
def _update_state(self):