Closedown

This commit is contained in:
gac-S_Changer
2017-03-29 16:13:35 +02:00
parent b7278f4cbf
commit 96c0425742

View File

@@ -405,7 +405,9 @@ class RobotTCP(TcpDevice, Stoppable):
tasks.append(pro)
for task in tasks:
if self.get_task_status(task)[0]>=0:
time.sleep(0.2)
self.task_kill(task)
time.sleep(0.2)
def get_task(self):
if self.current_task is not None: