Closedown

This commit is contained in:
gac-S_Changer
2017-01-26 11:15:27 +01:00
parent 80fb2a963d
commit 4b32f566c8

View File

@@ -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")