From eef6789cfd7f0170545f316e3cf92f70b5accb37 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 29 Mar 2017 16:11:22 +0200 Subject: [PATCH] Closedown --- script/RobotTCP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RobotTCP.py b/script/RobotTCP.py index 84e881a..fa1eaab 100644 --- a/script/RobotTCP.py +++ b/script/RobotTCP.py @@ -349,7 +349,7 @@ class RobotTCP(TcpDevice, Stoppable): if self.state==State.Offline: print "Communication resumed" if self.reset or (self.state==State.Offline): - get_task() + self.get_task() if self.current_task is not None: print "Ongoing task: " + task