From f98f93c99a1040310ca0c429a7023574f4ee845e Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Mon, 25 Jul 2016 11:52:25 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 4ddfbc8..b47ce2f 100644 --- a/script/local.py +++ b/script/local.py @@ -12,6 +12,6 @@ class RobotTCP(TcpDevice): TcpDevice.__init__(self, name, server) def run(self): - print "Done"\ + print "Done" #add_device(RobotTCP("robot_tcp", "127.0.0.1:3333"), force = True) \ No newline at end of file