Closedown

This commit is contained in:
gac-S_Changer
2017-03-31 11:28:02 +02:00
parent 2b4f1cb9d8
commit b55f1f6c0d
2 changed files with 8 additions and 2 deletions
+1 -1
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)
time.sleep(0.1)
time.sleep(0.5)
self.current_task = program
def stop_task(self):