Closedown

This commit is contained in:
gac-S_Changer
2017-04-06 15:19:11 +02:00
parent 55f0600731
commit 4410ae950b

View File

@@ -405,7 +405,7 @@ class RobotTCP(TcpDevice, Stoppable):
if time.time() - start > 5000:
raise Exception("Cannot start task " + task)
time.sleep(0.1)
self.update()
#self.update()
self.current_task = program
self._update_state()