From d9ecc3e2393ee6ae7ef3471a9713f84d84c94de7 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Thu, 26 Jan 2017 11:19:24 +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 a59ff90..3e2d60d 100644 --- a/script/local.py +++ b/script/local.py @@ -47,7 +47,7 @@ class RobotModbus(DeviceBase): for arg in argv: args[index] = arg index = index + 1 - robot_args.write(args) + robot_args.write(to_array(args, 'i')) robot_req.write(1) try: self.request()