- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / AddRole.py
index 2ab69f1..d57d260 100644 (file)
@@ -29,6 +29,6 @@ class AddRole(Method):
         role['role_id'] = role_id
         role['name'] = name
         role.sync(insert = True)
-       self.event_objects = {'Role': [role['role_id']]}
+        self.event_objects = {'Role': [role['role_id']]}
 
         return 1