From 4b32f566c888e2eab1b9f42b2c5e7d17695d575a Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Thu, 26 Jan 2017 11:15:27 +0100 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 0d17488..b91b18c 100644 --- a/script/local.py +++ b/script/local.py @@ -35,7 +35,7 @@ class RobotModbus(DeviceBase): DeviceBase.__init__(self, name) robot_req.write(0) - def execute(self, system, command, *argv): + def execute(self, command, *argv): #print "Done" if robot_req.read() != 0: raise Exception("Ongoing command")