- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / UpdateIlink.py
index 9e86831..dae4633 100644 (file)
@@ -49,5 +49,5 @@ class UpdateIlink(Method):
         ilink['value'] = value
         ilink.sync()
 
-       self.object_ids = [ilink['src_interface_id'],ilink['dst_interface_id']]
+        self.object_ids = [ilink['src_interface_id'],ilink['dst_interface_id']]
         return 1