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