- change calling convention for Add slightly; if the Add function for
[plcapi.git] / PLC / Methods / AddSlice.py
index 0116803..f0adebe 100644 (file)
@@ -42,7 +42,7 @@ class AddSlice(Method):
     object_type = 'Slice'
     object_ids = []
 
-    def call(self, auth, slice_fields = {}):
+    def call(self, auth, slice_fields):
         slice_fields = dict(filter(can_update, slice_fields.items()))
 
         # 1. Lowercase.