- fix syntax errors
[plcapi.git] / PLC / Methods / SliceInfo.py
index 5be35d6..94b4bb9 100644 (file)
@@ -23,8 +23,8 @@ class SliceInfo(Method):
 
     accepts = [
         Auth(),
-        [Mixed(Slice.fields['name']],
-        Parameter(bool, "Whether or not to return users for the slices", nullok = True)
+        [Mixed(Slice.fields['name'])],
+        Parameter(bool, "Whether or not to return users for the slices", nullok = True),
        Parameter(bool, "Whether or not to return nodes for the slices", nullok = True)
         ]