bug fix
[sfa.git] / sfa / methods / get_slices.py
index 63c8d78..4deae10 100644 (file)
@@ -20,7 +20,6 @@ class get_slices(Method):
     
     accepts = [
         Parameter(str, "Credential string"),
-        Parameter(str, "Request hash"),
         Mixed(Parameter(str, "Request hash"),
               Parameter(None, "Request hash not specified"))
         ]